Librarian in regular requirements.
[redakcja.git] / apps / wiki_img / templates / wiki_img / document_details_base.html
index 642c916..0bb58b2 100644 (file)
@@ -3,15 +3,15 @@
 
 {% block title %}{{ document.title }} - {{ block.super }}{% endblock %}
 {% block extrahead %}
-{% load compressed %}
-{% compressed_css 'detail' %}
+{% load pipeline %}
+{% stylesheet 'detail' %}
 {% endblock %}
 
 {% block extrabody %}
 <script type="text/javascript">
     var STATIC_URL = '{{STATIC_URL}}';
 </script>
-{% compressed_js 'wiki_img' %}
+{% javascript 'wiki_img' %}
 {% endblock %}
 
 {% block maincontent %}