fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
https
[redakcja.git]
/
apps
/
catalogue
/
templates
/
catalogue
/
base.html
diff --git
a/apps/catalogue/templates/catalogue/base.html
b/apps/catalogue/templates/catalogue/base.html
index
4ba8a0e
..
bbfae26
100644
(file)
--- a/
apps/catalogue/templates/catalogue/base.html
+++ b/
apps/catalogue/templates/catalogue/base.html
@@
-4,16
+4,17
@@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<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>
<title>{% block title %}{% trans "Platforma Redakcyjna" %}{% endblock title %}</title>
+ {% block add_css %}{% endblock %}
</head>
<body>
</head>
<body>
+<!--#include file="/pozor.html"-->
<div id="tabs-nav">
<div id="tabs-nav">
- <a href="{% url
catalogue_document_list
%}">
- <img
id="logo" src="{{ STATIC_URL }}img/wl-orange.png" /
>
+ <a href="{% url
'catalogue_document_list'
%}">
+ <img
src="https://edukacjamedialna.edu.pl/static/img/logo.png" id="logo" width="70px"
>
</a>
<div id="tabs-nav-left">
</a>
<div id="tabs-nav-left">
@@
-42,7
+43,10
@@
</div>
</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>
{% block extrabody %}
{% endblock %}
</body>