From: Michael Tremer Date: Thu, 15 Aug 2019 13:39:44 +0000 (+0100) Subject: people: Show admins when an account was last changed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f105f4cfa0c6d0acfb158d235132e462d57d1a64;p=ipfire.org.git people: Show admins when an account was last changed Signed-off-by: Michael Tremer --- diff --git a/src/templates/people/user.html b/src/templates/people/user.html index 45bddc26..c50e3fa6 100644 --- a/src/templates/people/user.html +++ b/src/templates/people/user.html @@ -3,7 +3,7 @@ {% block main %} {% import phonenumbers %} -
+
@@ -79,4 +79,10 @@ {% end %}
+ + {% if current_user.is_admin() %} +

+ {{ _("Last Modified %s") % locale.format_date(account.modified_at) }} +

+ {% end %} {% end block %}