From: Michael Tremer Date: Thu, 19 Nov 2020 11:20:03 +0000 (+0000) Subject: about: Use realnames instead of nicknames X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e6306045c9870f18c0a58a943513df2ce5f2cb6;p=ipfire.org.git about: Use realnames instead of nicknames Signed-off-by: Michael Tremer --- diff --git a/src/templates/about.html b/src/templates/about.html index 4d6fd93c..403b7979 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -89,7 +89,7 @@ -
{{ account }}
+
{{ account.name or account.nickname }}
{% if account.description %} {% module Markdown(account.description) %} @@ -113,7 +113,7 @@
-
{{ account }}
+
{{ account.name or account.nickname }}