X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d69fc5f16ed739c02685e7d695abf6de59c2bf5e..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/wolnelektury_core/templates/superbase.html?ds=sidebyside diff --git a/apps/wolnelektury_core/templates/superbase.html b/apps/wolnelektury_core/templates/superbase.html index c3259a30b..08d60a32a 100644 --- a/apps/wolnelektury_core/templates/superbase.html +++ b/apps/wolnelektury_core/templates/superbase.html @@ -1,7 +1,7 @@ {% spaceless %} - {% load compressed i18n %} + {% load pipeline i18n %} {% load static from staticfiles %} {% load catalogue_tags funding_tags reporting_stats %} {% load piwik_tags %} @@ -21,7 +21,7 @@ {% block title %}{% trans "Wolne Lektury" %} :: {% block titleextra %}{% endblock %}{% endblock %} - {% compressed_css "main" %} + {% stylesheet "main" %} {% block extrahead %} {% endblock %} @@ -140,7 +140,7 @@ - {% compressed_js "base" %} + {% javascript "base" %} {% tracking_code %} @@ -150,4 +150,4 @@ -{% endspaceless %} \ No newline at end of file +{% endspaceless %}