Django 1.8 and other updates.
[wolnelektury.git] / apps / wolnelektury_core / templates / superbase.html
index c3259a3..08d60a3 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 {% spaceless %}
 <html lang="{{ LANGUAGE_CODE }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
-    {% load compressed i18n %}
+    {% load pipeline i18n %}
     {% load static from staticfiles %}
     {% load catalogue_tags funding_tags reporting_stats %}
     {% load piwik_tags %}
@@ -21,7 +21,7 @@
         <title>{% block title %}{% trans "Wolne Lektury" %} :: {% block titleextra %}{% endblock %}{% endblock %}</title>
         <link rel="icon" href="{% static 'img/favicon.png' %}" type="image/png" />
         <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{% static 'opensearch.xml' %}" />
-        {% compressed_css "main" %}
+        {% stylesheet "main" %}
         {% block extrahead %}
         {% endblock %}
     </head>
 
         <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
         <script type="text/javascript">var LANGUAGE_CODE="{{ LANGUAGE_CODE }}"; var STATIC_URL="{{ STATIC_URL }}";</script>
-        {% compressed_js "base" %}
+        {% javascript "base" %}
 
         {% tracking_code %}
 
         <script src="{% static "js/contrib/modernizr.custom.19652.js" %}"></script>
     </body>
 </html>
-{% endspaceless %}
\ No newline at end of file
+{% endspaceless %}