diff options
Diffstat (limited to 'templates/program/show_detail.html')
-rw-r--r-- | templates/program/show_detail.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 05cd0ed..9311acc 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -35,9 +35,7 @@ </div> - {% if show.short_description != 'FIXME' %} <div id="short-description" class="documentDescription">{{ show.short_description }}</div> - {% endif %} <div id="description">{{ show.description|safe }}</div> |