Librarian in regular requirements.
[redakcja.git] / apps / wiki_img / templates / wiki_img / document_details_base.html
index d329c04..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 %}
@@ -25,7 +25,7 @@
 </div>
 
 <div id="header">
-    <h1><a href="{% url catalogue_document_list %}"><img alt="Home" src="{{STATIC_URL}}icons/go-home.png"/></a><a href="{% url catalogue_document_list %}">Strona<br/>główna</a></h1>
+    <h1><a href="{% url 'catalogue_document_list' %}"><img alt="Home" src="{{STATIC_URL}}icons/go-home.png"/></a><a href="{% url 'catalogue_document_list' %}">Strona<br/>główna</a></h1>
     <div id="tools">
         <a href="{{ REDMINE_URL }}projects/wl-publikacje/wiki/Pomoc" target="_blank">
         {% trans "Help" %}</a>