Mercurial > sat_legacy_website
comparison 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 |
comparison
equal
deleted
inserted
replaced
53:84c2e20d3de1 | 54:d54f2f09a73a |
---|---|
54 {% include "sat_website/menu.html" with style="nav navbar-nav pull-right" categories=categories_right language_select=True %} | 54 {% include "sat_website/menu.html" with style="nav navbar-nav pull-right" categories=categories_right language_select=True %} |
55 </div> | 55 </div> |
56 </div> | 56 </div> |
57 </nav> | 57 </nav> |
58 | 58 |
59 <script src="{% static "js/jquery.min.js" %}"></script> | |
59 {% block content %}{% endblock %} | 60 {% block content %}{% endblock %} |
60 <script src="{% static "js/jquery.min.js" %}"></script> | |
61 <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script> | 61 <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script> |
62 <script src="{% static "js/sat_website.js" %}"></script> | 62 <script src="{% static "js/sat_website.js" %}"></script> |
63 </body> | 63 </body> |
64 </html> | 64 </html> |