From a2897126fcbb7725e016535514c32b86add1649d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Thu, 28 Aug 2008 14:27:03 +0200 Subject: [PATCH] Added id to user sets link in base template. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.20.1