From: Aleksander Łukasz Date: Wed, 30 Oct 2013 11:21:26 +0000 (+0100) Subject: Move template reference to main compressed scripts down one level X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/56c9e7346a29e27a5bc75e9f27b5acb60a94df5a Move template reference to main compressed scripts down one level --- diff --git a/edumed/templates/base.html b/edumed/templates/base.html index 1823749..e6d0c61 100644 --- a/edumed/templates/base.html +++ b/edumed/templates/base.html @@ -1,5 +1,6 @@ {% extends "base_super.html" %} {% load sponsor_tags %} +{% load compressed %} {% block tagline %}Scenariusze zajęć, ćwiczenia, materiały{% endblock %} @@ -16,4 +17,8 @@ {% block sponsors %} {% sponsor_page "footer" %} +{% endblock %} + +{% block extra_script %} + {% compressed_js 'base' %} {% endblock %} \ No newline at end of file diff --git a/edumed/templates/base_super.html b/edumed/templates/base_super.html index f4a3c27..8f2886b 100644 --- a/edumed/templates/base_super.html +++ b/edumed/templates/base_super.html @@ -96,7 +96,6 @@ - {% compressed_js 'base' %} {% block extra_script %}{% endblock %} {{ piwik_tag|safe }}