summaryrefslogtreecommitdiff
path: root/templates/program/show_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/program/show_list.html')
-rw-r--r--templates/program/show_list.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/program/show_list.html b/templates/program/show_list.html
index bb5b070..c527c09 100644
--- a/templates/program/show_list.html
+++ b/templates/program/show_list.html
@@ -41,9 +41,7 @@
<li class="show-programslot">{{ slot }}</li>
{% endfor %}
</ul>
- {% if show.short_description != 'FIXME' %}
<p class="show-description">{{ show.short_description }}</p>
- {% endif %}
</div>
</div>
{% endfor %}