diff --git a/symposion/templates/schedule/_grid.html b/symposion/templates/schedule/_grid.html index b4592343..c10efb7a 100644 --- a/symposion/templates/schedule/_grid.html +++ b/symposion/templates/schedule/_grid.html @@ -10,28 +10,12 @@ {{ row.time|date:"h:iA" }} {% for slot in row.slots %} - add: plenary | break | presentation - - {% comment %} - - {% if not slot.content %} - add: plenary | break | presentation/span> + {% if slot.kind.label == "talk" %} + add: talk {% else %} - {% if slot.kind.name == "recess" %} -
{{ slot.content.title }}
- {% else %} - {% if slot.kind.name == "plenary" %} -
{{ slot.content.title }}
-
{{ slot.content.speaker }}
- {% else %} -
{{ slot.content.title }}
-
{{ slot.content.speaker }}
- {% endif %} - {% endif %} - actions: editremove + {{ slot.kind.label }} {% endif %} - {% endcomment %} {% endfor %} {% endfor %}