From: Marek Stępniowski Date: Thu, 28 Aug 2008 12:27:03 +0000 (+0200) Subject: Added id to user sets link in base template. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/a2897126fcbb7725e016535514c32b86add1649d?ds=inline Added id to user sets link in base template. --- diff --git a/templates/base.html b/templates/base.html index 69f5dd2f9..8accaee6a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,7 +23,7 @@ {% if user.is_authenticated %}

Zalogowany jako {{ user.username }} - | Zestawy + | Zestawy {% if user.is_staff %} | Administracja {% endif %}