diff options
Diffstat (limited to 'templates/program/day_schedule.html')
-rw-r--r-- | templates/program/day_schedule.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index 0c3393a..2ed108d 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -76,9 +76,7 @@ {% if timeslot.note %} <p class="note-title"><strong>Heute:</strong> {{ timeslot.note.title }}</p> {% else %} - {% if timeslot.show.short_description != 'FIXME' %} <p class="show-description">{{ timeslot.show.short_description }}</p> - {% endif %} {% endif %} </div> </div> |