X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/013ec8a416d4ff1ea3e1f2fa9ee2935623197ecd..6280673f35e13e75e81c5b7821bd2a44a1831eab:/apps/wolnelektury_core/templates/superbase.html 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 %}