diff --git a/src/program/templates/event_list.html b/src/program/templates/event_list.html index c3ffac7a..e1d53a74 100644 --- a/src/program/templates/event_list.html +++ b/src/program/templates/event_list.html @@ -13,6 +13,7 @@ Type Title Speakers + Scheduled @@ -34,6 +35,13 @@ N/A {% endfor %} + + {% for instance in event.instances.all %} + {{ instance.when.lower }}
+ {% empty %} + No instances scheduled yet + {% endfor %} + {% endif %} {% endfor %}