diff templates/sat_website/base.html @ 54:d54f2f09a73a

fixes displaying two carousels on the same page
author souliane <souliane@mailoo.org>
date Tue, 05 May 2015 11:03:18 +0200
parents 62c23067e86e
children a14845624e01
line wrap: on
line diff
--- a/templates/sat_website/base.html	Tue May 05 09:47:55 2015 +0200
+++ b/templates/sat_website/base.html	Tue May 05 11:03:18 2015 +0200
@@ -56,8 +56,8 @@
         </div>
     </nav>
 
+    <script src="{% static "js/jquery.min.js" %}"></script>
     {% block content %}{% endblock %}
-    <script src="{% static "js/jquery.min.js" %}"></script>
     <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
     <script src="{% static "js/sat_website.js" %}"></script>
 </body>