From: Michael Tremer Date: Fri, 29 Nov 2019 15:18:15 +0000 (+0000) Subject: people: Do not show SIP status to everybody X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22d257178bd3f8cd1a06aa50b4298268d877df02;p=ipfire.org.git people: Do not show SIP status to everybody Signed-off-by: Michael Tremer --- 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 }}