From 98463fa073774432e5743fd18f42da668b7a3b0f Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Tue, 4 Aug 2020 22:41:59 +0200 Subject: [PATCH] show slot duration when scheduling --- src/backoffice/templates/event_schedule.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backoffice/templates/event_schedule.html b/src/backoffice/templates/event_schedule.html index 9b705697..152da411 100644 --- a/src/backoffice/templates/event_schedule.html +++ b/src/backoffice/templates/event_schedule.html @@ -20,6 +20,7 @@ Pick Start End + Duration Location Capacity @@ -31,6 +32,7 @@ {{ slot.slot.when.lower }} {{ slot.slot.when.upper }} {{ slot.slot.event_session.event_location.name }} + {{ slot.slot.duration }} {{ slot.slot.event_session.event_location.capacity }} {% endfor %}