summaryrefslogtreecommitdiff
path: root/templates/program/timeslot_detail.html
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-07-16 12:43:17 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-07-16 12:43:17 (GMT)
commit9976b9ebe22a6ec062911ed247742cabb101c626 (patch)
tree6d89b61c48d0f3e645c48581a134969e517fc24a /templates/program/timeslot_detail.html
parent2b6b7c90eef35d7d7c9c67d82f757b83794ebd4d (diff)
removed checks for incomplete show short descriptions.
Diffstat (limited to 'templates/program/timeslot_detail.html')
-rw-r--r--templates/program/timeslot_detail.html2
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>