diff options
Diffstat (limited to 'templates/program/timeslot_detail.html')
-rw-r--r-- | templates/program/timeslot_detail.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/program/timeslot_detail.html b/templates/program/timeslot_detail.html index 8b08f8b..ead061b 100644 --- a/templates/program/timeslot_detail.html +++ b/templates/program/timeslot_detail.html @@ -29,9 +29,7 @@ <p class="timeslot-note">{{ timeslot.note.content|safe }}</p> {% endif %} - {% if timeslot.show.short_description != 'FIXME' %} <div id="short-description" class="documentDescription">{{ timeslot.show.short_description }}</div> - {% endif %} <div id="description">{{ timeslot.show.description|safe }}</div> |