From 22d257178bd3f8cd1a06aa50b4298268d877df02 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 29 Nov 2019 15:18:15 +0000 Subject: [PATCH] people: Do not show SIP status to everybody Signed-off-by: Michael Tremer --- src/templates/people/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/people/base.html b/src/templates/people/base.html index 510d2b13..aeda5058 100644 --- a/src/templates/people/base.html +++ b/src/templates/people/base.html @@ -12,7 +12,7 @@ {{ account }} - {% if account.has_sip() %} + {% if current_user.is_staff() and account.has_sip() %}
{{ account.sip_id }} -- 2.39.2