From 085d1e5da265d3ee95fe93ede4ccc9995d5290d8 Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Mon, 7 Apr 2014 09:47:45 -0300 Subject: [PATCH] Letting just staff users see the info "Last email imported at" --- src/templates/base.html | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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