Added book_text view and template to repository.
[wolnelektury.git] / wolnelektury / templates / base.html
index ff40f41..434796e 100644 (file)
@@ -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">Moje półki</a>
+                        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>
                         {% endif %}