diff --git a/src/templates/base.html b/src/templates/base.html index d37524e..e22d1df 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -179,7 +179,9 @@

+ {% if user.is_staff %}

{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}

+ {% endif %}

{% trans "The contents of this site is published under license" %} -- libgit2 0.21.2