Fix jquery static lib path
This commit is contained in:
parent
67bbb6f220
commit
2af4117ecb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
<script src="{{ config.STATIC_URL }}/jquery/jquery.min.js"></script>
|
<script src="{{ config.STATIC_URL }}/jquery/jquery-1.8.2.min.js"></script>
|
||||||
<script src="{{ config.STATIC_URL }}/bootstrap/js/bootstrap.min.js"></script>
|
<script src="{{ config.STATIC_URL }}/bootstrap/js/bootstrap.min.js"></script>
|
||||||
{% block js %}{% endblock %}
|
{% block js %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue