fix in librarian
[wolnelektury.git] / apps / wolnelektury_core / templates / widget.html
index bfd0358..444f466 100644 (file)
@@ -1,7 +1,7 @@
 {% spaceless %}
 
 {% load static from staticfiles %}
-{% load compressed %}
+{% load pipeline %}
 
 <!DOCTYPE html>
 <html>
@@ -9,7 +9,7 @@
     <meta charset="UTF-8">
     <base target="_parent" />
     <title>Widget Wolnych Lektur</title>
-    {% compressed_css 'widget' %}
+    {% stylesheet 'widget' %}
 </head>
 <body>
 <div id="wl">
@@ -29,9 +29,9 @@
 
 </div>
 
-{% compressed_js 'widget' %}
+{% javascript 'widget' %}
 
 </body>
 </html>
 
-{% endspaceless %}
\ No newline at end of file
+{% endspaceless %}