From 7a79746f73ee928ea80e28a4657e8c5a6762920d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Latinier?= Date: Sat, 16 Jul 2016 00:05:33 +0200 Subject: [PATCH] add: show author email --- isso/templates/admin.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/isso/templates/admin.html b/isso/templates/admin.html index f3d9a53..c32ff1e 100644 --- a/isso/templates/admin.html +++ b/isso/templates/admin.html @@ -108,6 +108,9 @@ function delete_com(com_id, hash) { {% else %} Anonymous {% endif %} + {% if comment.email %} + ({{comment.email}}) + {% endif %} {% if comment.website %} ({{comment.website}}) {% endif %}