Parcourir la source

Fix jquery loading in admin templates

Baptiste Jonglez il y a 10 ans
Parent
commit
40f1423ba1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      coin/templates/admin/base_site.html

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

@@ -3,7 +3,7 @@
 {% load staticfiles %}
 {% load staticfiles %}
 
 
 {% block extrahead %}
 {% 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' %}
     {% include 'autocomplete_light/static.html' %}
 {% endblock %}
 {% endblock %}