fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added markupstring to lib folder.
[wolnelektury.git]
/
templates
/
base.html
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 %}