http scripts
[redakcja.git] / apps / catalogue / templates / catalogue / base.html
index 949b5f2..c577ab2 100644 (file)
@@ -9,10 +9,11 @@
     {% block add_css %}{% endblock %}
 </head>
 <body>
+<!--#include file="/pozor.html"-->
 
 <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" />
     </a>
 
@@ -43,7 +44,7 @@
 </div>
 
 
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
 {% compressed_js 'catalogue' %}
 {% block add_js %}{% endblock %}
 {% block extrabody %}