Browse Source

Fix jquery loading in admin templates

Baptiste Jonglez 10 years ago
parent
commit
40f1423ba1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/templates/admin/base_site.html

+ 1 - 1
coin/templates/admin/base_site.html

@@ -3,7 +3,7 @@
 {% load staticfiles %}
 
 {% block extrahead %}
-    <script src="{% static "js/jquery.js" %}" type="text/javascript"></script>
+    <script src="{% static "js/vendor/jquery.js" %}" type="text/javascript"></script>
     {% include 'autocomplete_light/static.html' %}
 {% endblock %}