Added table of contents.
[wolnelektury.git] / wolnelektury / templates / base.html
index 53d7036..f481c97 100644 (file)
@@ -7,6 +7,7 @@
         <title>{% block title %}WolneLektury.pl{% endblock %}</title>
         <link rel="icon" href="/media/img/favicon.png" type="image/x-icon" />
         {% compressed_css "all" %}
+        {% compressed_js "jquery" %}
         {% compressed_js "all" %}
         {% block extrahead %}
         {% endblock %}
@@ -22,7 +23,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>