Merge with master.
[redakcja.git] / apps / catalogue / templates / catalogue / base.html
index 78a8ee5..9a56d72 100644 (file)
@@ -7,12 +7,13 @@
     {% compressed_css 'catalogue' %}
     <title>{% block title %}{% trans "Platforma Redakcyjna" %} ::
         {% block titleextra %}{% endblock %}{% endblock title %}</title>
+    {% block add_css %}{% endblock %}
 </head>
 <body>
 
 <div id="tabs-nav">
 
-    <a href="{% url catalogue_document_list %}">
+    <a href="{% url 'catalogue_document_list' %}">
         <img id="logo" src="{{ STATIC_URL }}img/wl-orange.png" alt="Platforma" />
     </a>
 
@@ -43,8 +44,9 @@
 </div>
 
 
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
+<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
 {% compressed_js 'catalogue' %}
+{% block add_js %}{% endblock %}
 {% block extrabody %}
 {% endblock %}
 </body>