<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- {% compressed_css 'listing' %}
- <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}style.css" />
+ {% compressed_css 'catalogue' %}
<title>{% block title %}{% trans "Platforma Redakcyjna" %}{% 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" />
</a>
</div>
-{% compressed_js 'listing' %}
+
+<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>