menu shows, time to code js to it
[redakcja.git] / apps / catalogue / templates / catalogue / base.html
index 9b32fe7..949b5f2 100644 (file)
@@ -5,8 +5,8 @@
 <head>
     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
     {% compressed_css 'catalogue' %}
-    <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}style.css" />
     <title>{% block title %}{% trans "Platforma Redakcyjna" %}{% endblock title %}</title>
+    {% block add_css %}{% endblock %}
 </head>
 <body>
 
@@ -43,8 +43,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>