Browse Source

Fix jquery-runner script import

pull/11/merge
Edward Ribeiro 9 years ago
parent
commit
c7a5d032cb
  1. 2
      templates/painel/index.html

2
templates/painel/index.html

@ -12,7 +12,7 @@
<title>{% block head_title %}{% trans 'SAPL - Sistema de Apoio ao Processo Legislativo' %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="{% static 'foundation/js/vendor/jquery.js' %}"></script>
<script type="text/javascript" src="{% static 'jquery-runner/build/jquery.runner.js' %}"></script>
<script type="text/javascript" src="{% static 'jQuery-runner/build/jquery.runner.js' %}"></script>
<STYLE type="text/css">
@media screen {

Loading…
Cancel
Save