diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-02 14:25:18 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-02 14:25:18 (GMT) |
commit | c2ec66c87e1cc650b0ae5f776173d1795cf1a558 (patch) | |
tree | 2ebe1f9f175059d97314dfbebec9c8dbac2053d9 /templates/program/current_box.html | |
parent | 8c8b20d8b5a882f816605192a675b2c838252c2c (diff) |
cleaned-up templates.
Diffstat (limited to 'templates/program/current_box.html')
-rw-r--r-- | templates/program/current_box.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/program/current_box.html b/templates/program/current_box.html index d778518..fd9cb69 100644 --- a/templates/program/current_box.html +++ b/templates/program/current_box.html @@ -15,7 +15,9 @@ {% if current.note %} <div class="note-title">{{ current.note.title }}</div> {% else %} - <div class="short-description">{{ current.show.short_description }}</div> + {% if current.show.short_description != 'FIMXE' %} + <div class="short-description">{{ current.show.short_description }}</div> + {% endif %} {% endif %} </div> </div> |