diff --git a/symposion/templates/schedule/schedule_list.html b/symposion/templates/schedule/schedule_list.html index 0ad1774e..798a240c 100644 --- a/symposion/templates/schedule/schedule_list.html +++ b/symposion/templates/schedule/schedule_list.html @@ -17,7 +17,7 @@ } .presentation p { - margin: 0; + margin-bottom: 0.5em; line-height: 1.2em; } @@ -31,6 +31,14 @@

{{ presentation.title }}

{{ presentation.speaker }} in {{ presentation.proposal.track }}

{{ presentation.description }} + {% if presentation.slot %} +

+ {{ presentation.slot.day.date|date:"l" }} + {{ presentation.slot.start}}–{{ presentation.slot.end }} + in + {{ presentation.slot.rooms|join:", " }} +

+ {% endif %} {% endfor %}