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 %}