X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/30b6eeb29c8f1b6696181d219a7ab602e593a50b..b514aaf64611d858f73ac7cd23f96205ed711930:/wolnelektury/templates/base.html?ds=inline diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 53d70360c..f481c9767 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -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>