fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01955f1
)
Changed "Witaj <username>!" to "Witaj, <username>".
author
Marek Stępniowski
<marek@stepniowski.com>
Thu, 11 Sep 2008 21:48:57 +0000
(23:48 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Thu, 11 Sep 2008 21:48:57 +0000
(23:48 +0200)
wolnelektury/templates/base.html
patch
|
blob
|
history
diff --git
a/wolnelektury/templates/base.html
b/wolnelektury/templates/base.html
index
53d7036
..
434796e
100644
(file)
--- a/
wolnelektury/templates/base.html
+++ b/
wolnelektury/templates/base.html
@@
-22,7
+22,7
@@
<div id="user-info">
{% if user.is_authenticated %}
<p>
- Witaj
<strong>{{ user.username }}</strong>!
+ Witaj
, <strong>{{ user.username }}</strong>
| <a href="{% url user_shelves %}" id="user-shelves-link">Twoje półki</a>
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>