From 3f83a7a0db0a4bc4d3825d6f976b91ac99f3bbae Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 15 May 2014 10:36:57 +0200 Subject: Added mailto link. --- pyaggr3g470r/templates/admin/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates/admin/dashboard.html') diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index d5bc5a91..1d9194e0 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -19,7 +19,7 @@ {{ loop.index }} {{ user.nickname }} - {{ user.email }} + {{ user.email }} @@ -39,4 +39,4 @@

{{ _('As an administrator you are not listed in this table') }}.

-{% endblock %} \ No newline at end of file +{% endblock %} -- cgit