X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/05062d251dfe096e5e54aba912d5744d2695d164..9c0f4cc501f127571ee817bbd18cd49a878f4799:/templates/base.html diff --git a/templates/base.html b/templates/base.html index 03f8e198a..8accaee6a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load chunks compressed catalogue %} +{% load chunks compressed catalogue_tags %} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> @@ -12,6 +12,9 @@ {% endblock %} </head> <body id="{% block bodyid %}base{% endblock %}"> + <div id="top-message"> + {% chunk "top-message" %} + </div> <div id="header"> <div id="logo"> <a href="/"><img src="/media/img/logo.png" alt="WolneLektury.pl - logo" /></a> @@ -20,6 +23,7 @@ {% if user.is_authenticated %} <p> Zalogowany jako <strong>{{ user.username }}</strong> + | <a href="#" id="user-sets-link">Zestawy</a> {% if user.is_staff %} | <a href="/admin/">Administracja</a> {% endif %}