diff --git a/src/program/templates/noscript_schedule_view.html b/src/program/templates/noscript_schedule_view.html index af36423b..01dbfff8 100644 --- a/src/program/templates/noscript_schedule_view.html +++ b/src/program/templates/noscript_schedule_view.html @@ -12,6 +12,7 @@ When? What? Where? + Type @@ -20,14 +21,18 @@ {% ifchanged instance.when.lower.date %} - {{ instance.when.lower.date|date:"l Y-m-d" }} + {{ instance.when.lower.date|date:"l Y-m-d" }} {% endifchanged %} {{ instance.when.lower|date:"H:i" }}-{{ instance.when.upper|date:"H:i" }} - {{ instance.event.title }} + + + {{ instance.event.title }} + {{ instance.location.name }} + {{ instance.event.event_type }} {% endfor %} diff --git a/src/program/templates/schedule_event_detail.html b/src/program/templates/schedule_event_detail.html index 99e75f52..2e042d85 100644 --- a/src/program/templates/schedule_event_detail.html +++ b/src/program/templates/schedule_event_detail.html @@ -5,7 +5,7 @@