https fix
[redakcja.git] / apps / catalogue / templates / catalogue / base.html
index 9a56d72..bad815f 100644 (file)
@@ -1,10 +1,10 @@
-{% load compressed i18n %}
+{% load pipeline i18n %}
 {% load catalogue %}
 <!DOCTYPE html>
 <html>
 <head lang="{{ LANGUAGE_CODE }}">
     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
-    {% compressed_css 'catalogue' %}
+    {% stylesheet 'catalogue' %}
     <title>{% block title %}{% trans "Platforma Redakcyjna" %} ::
         {% block titleextra %}{% endblock %}{% endblock title %}</title>
     {% block add_css %}{% endblock %}
@@ -44,8 +44,8 @@
 </div>
 
 
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
-{% compressed_js 'catalogue' %}
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
+{% javascript 'catalogue' %}
 {% block add_js %}{% endblock %}
 {% block extrabody %}
 {% endblock %}