fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b1611
)
Added id to user sets link in base template.
author
Marek Stępniowski
<marek@stepniowski.com>
Thu, 28 Aug 2008 12:27:03 +0000
(14:27 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Thu, 28 Aug 2008 12:27:03 +0000
(14:27 +0200)
templates/base.html
patch
|
blob
|
history
diff --git
a/templates/base.html
b/templates/base.html
index
69f5dd2
..
8accaee
100644
(file)
--- a/
templates/base.html
+++ b/
templates/base.html
@@
-23,7
+23,7
@@
{% if user.is_authenticated %}
<p>
Zalogowany jako <strong>{{ user.username }}</strong>
- | <a href="#">Zestawy</a>
+ | <a href="#"
id="user-sets-link"
>Zestawy</a>
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>
{% endif %}