fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25881ff
)
"Moje półki" -> "Twoje półki"
author
Marek Stępniowski
<marek@stepniowski.com>
Thu, 11 Sep 2008 15:28:05 +0000
(17:28 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Thu, 11 Sep 2008 15:28:05 +0000
(17:28 +0200)
"Zalogowany jako..." -> "Witaj..."
wolnelektury/templates/base.html
patch
|
blob
|
history
diff --git
a/wolnelektury/templates/base.html
b/wolnelektury/templates/base.html
index
ff40f41
..
53d7036
100644
(file)
--- a/
wolnelektury/templates/base.html
+++ b/
wolnelektury/templates/base.html
@@
-22,8
+22,8
@@
<div id="user-info">
{% if user.is_authenticated %}
<p>
- Zalogowany jako <strong>{{ user.username }}</strong>
- | <a href="{% url user_shelves %}" id="user-shelves-link">
M
oje półki</a>
+ Witaj <strong>{{ user.username }}</strong>!
+ | <a href="{% url user_shelves %}" id="user-shelves-link">
Tw
oje półki</a>
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>
{% endif %}