diff --git a/symposion/templates/schedule/_grid.html b/symposion/templates/schedule/_grid.html index 722b0b7f..b4592343 100644 --- a/symposion/templates/schedule/_grid.html +++ b/symposion/templates/schedule/_grid.html @@ -1,4 +1,4 @@ - +
{% for room in timetable.rooms %} @@ -9,8 +9,8 @@ {% for slot in row.slots %} - {% comment %}
 
{{ row.time|date:"h:iA" }} - add: plenary | break | presentation + + add: plenary | break | presentation diff --git a/symposion/templates/schedule/schedule_edit.html b/symposion/templates/schedule/schedule_edit.html index e5cd80f1..75c5f799 100644 --- a/symposion/templates/schedule/schedule_edit.html +++ b/symposion/templates/schedule/schedule_edit.html @@ -10,29 +10,34 @@ {% block extra_head %}