diff --git a/templates/base.html b/templates/base.html index 3cde5167..4d372f3d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,7 @@ - + {% block head %}{% endblock %} {% compress css %} diff --git a/templates/front/welcome.html b/templates/front/welcome.html index e7d0910a..19fbe335 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -5,6 +5,11 @@ {% endblock %} + +{% block head %} + +{% endblock %} + {% block containers %}