From fb65aa45f5594e68484a3771f15ac9590c8ed254 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Tue, 4 Aug 2020 22:49:01 +0200 Subject: [PATCH] show event duration on event list in backoffice --- .../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 8c3b802b..fbbac025 100644 --- a/src/backoffice/templates/includes/event_list_table_backoffice.html +++ b/src/backoffice/templates/includes/event_list_table_backoffice.html @@ -4,6 +4,7 @@ Title Event Type Tags + {% if not noduration %}Duration{% endif %} {% if not nopeople %}People{% endif %} {% if not noschedule %}Scheduled{% endif %} {% if not noactions %}Actions{% endif %} @@ -21,6 +22,9 @@ N/A {% endfor %} + {% if not noduration %} + {{ event.duration }} + {% endif %} {% if not nopeople %} {% for speaker in event.speakers.all %}