From 8affbc9369030fa06eadef6da87a1a5c8064a33d Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sat, 8 Aug 2020 10:52:20 +0200 Subject: [PATCH] show submitter email on backoffice event list --- .../templates/includes/event_list_table_backoffice.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/backoffice/templates/includes/event_list_table_backoffice.html b/src/backoffice/templates/includes/event_list_table_backoffice.html index fbbac025..35f182ff 100644 --- a/src/backoffice/templates/includes/event_list_table_backoffice.html +++ b/src/backoffice/templates/includes/event_list_table_backoffice.html @@ -7,6 +7,7 @@ {% if not noduration %}Duration{% endif %} {% if not nopeople %}People{% endif %} {% if not noschedule %}Scheduled{% endif %} + {% if not noemail %}Submitter Email{% endif %} {% if not noactions %}Actions{% endif %} @@ -46,6 +47,9 @@ {% endif %} {% endif %} + {% if not noemail %} + {{ event.proposal.user.email }} + {% endif %} {% if not noactions %}