Changed "Witaj <username>!" to "Witaj, <username>".
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 11 Sep 2008 21:48:57 +0000 (23:48 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 11 Sep 2008 21:48:57 +0000 (23:48 +0200)
wolnelektury/templates/base.html

index 53d7036..434796e 100644 (file)
@@ -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>