From 9e4fa224e9e7464648d01b6732747bc2f98f5c0f Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 20 Apr 2012 14:48:04 +0200 Subject: [PATCH] fix user --- teleforma/templates/telemeta/profile_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/telemeta/profile_detail.html b/teleforma/templates/telemeta/profile_detail.html index 77366b0f..f809d335 100644 --- a/teleforma/templates/telemeta/profile_detail.html +++ b/teleforma/templates/telemeta/profile_detail.html @@ -88,7 +88,7 @@ -{% if user.is_staff %} +{% if user.username != usr.username and user.is_staff %} {% trans "Login as" %} {% endif %} -- 2.39.5