fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Various style changes.
[wolnelektury.git]
/
templates
/
base.html
diff --git
a/templates/base.html
b/templates/base.html
index
03f8e19
..
84cfd36
100644
(file)
--- a/
templates/base.html
+++ b/
templates/base.html
@@
-12,6
+12,9
@@
{% endblock %}
</head>
<body id="{% block bodyid %}base{% endblock %}">
{% endblock %}
</head>
<body id="{% block bodyid %}base{% endblock %}">
+ <div id="top-message">
+ {% chunk "top-message" %}
+ </div>
<div id="header">
<div id="logo">
<a href="/"><img src="/media/img/logo.png" alt="WolneLektury.pl - logo" /></a>
<div id="header">
<div id="logo">
<a href="/"><img src="/media/img/logo.png" alt="WolneLektury.pl - logo" /></a>
@@
-20,6
+23,7
@@
{% if user.is_authenticated %}
<p>
Zalogowany jako <strong>{{ user.username }}</strong>
{% if user.is_authenticated %}
<p>
Zalogowany jako <strong>{{ user.username }}</strong>
+ | <a href="#">Zestawy</a>
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>
{% endif %}
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>
{% endif %}