diff --git a/sapl/templates/base.html b/sapl/templates/base.html index b13a9e3b4..79cbd4a86 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -1,5 +1,5 @@ -{% load i18n staticfiles sass_tags menus %} +{% load i18n staticfiles menus %} {% load common_tags %} @@ -14,16 +14,19 @@ {# Styles #} - - - - - - - - - {# Scripts #} - {# modernizr must be in head (see http://modernizr.com/docs/#installing) #} + {% comment "" %} + + + + + + + + + + {# Scripts #} + {# modernizr must be in head (see http://modernizr.com/docs/#installing) #} + {% endcomment %} {% endblock %} @@ -228,22 +231,28 @@ {% endif %} {% block foot_js %} - - - + {% comment "" %} + + + + + + + - - + + - - + + - - + + - + - + + {% endcomment %} {% block extra_js %}{% endblock %}