diff --git a/src/program/templates/program_day.html b/src/program/templates/program_day.html index b032a4c0..1b405ecc 100644 --- a/src/program/templates/program_day.html +++ b/src/program/templates/program_day.html @@ -1,28 +1,6 @@ {% extends 'program_base.html' %} {% block program_content %} -
{{ timeslot.time }} | {% for eventinstance in eventinstances %} {% if eventinstance.when.lower.time == timeslot.time %} -+ |
{{ eventinstance.event.title }} {{ eventinstance.when.lower.time }}-{{ eventinstance.when.upper.time }} @@ -44,5 +22,4 @@ |