From 3f1f9b8c8e9c03ebda3481c91f34c3c74a4bebdf Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 20 Apr 2012 14:47:13 +0200 Subject: [PATCH] template security --- teleforma/templates/telemeta/profile_detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teleforma/templates/telemeta/profile_detail.html b/teleforma/templates/telemeta/profile_detail.html index be371ffb..77366b0f 100644 --- a/teleforma/templates/telemeta/profile_detail.html +++ b/teleforma/templates/telemeta/profile_detail.html @@ -88,7 +88,9 @@ +{% if user.is_staff %} {% trans "Login as" %} +{% endif %} -- 2.39.5