From 915e81e8601e76abd57bdb0c1e86f6c349813cf8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 29 Nov 2019 15:23:49 +0000 Subject: [PATCH] people: Show username next to name Signed-off-by: Michael Tremer --- src/templates/people/base.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/templates/people/base.html b/src/templates/people/base.html index aeda5058..e8f7ef9c 100644 --- a/src/templates/people/base.html +++ b/src/templates/people/base.html @@ -8,9 +8,12 @@
{{ account }} -

- {{ account }} -

+
+

+ {{ account }} +

+ {{ account.uid }} +
{% if current_user.is_staff() and account.has_sip() %}
-- 2.47.3