diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-02 18:01:02 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-02 18:01:02 (GMT) |
commit | 06f95893a4ccb46bec2450eacac29e1e266e40c6 (patch) | |
tree | 9acf37ccb2271ba9bb82e1f9998c1eaf420bc92b /templates/program | |
parent | 5d74968fd081864a2e0cfbeeccfeacbf3bdc078d (diff) |
fixed typo.
Diffstat (limited to 'templates/program')
-rw-r--r-- | templates/program/current_box.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/current_box.html b/templates/program/current_box.html index fd9cb69..226264e 100644 --- a/templates/program/current_box.html +++ b/templates/program/current_box.html @@ -15,7 +15,7 @@ {% if current.note %} <div class="note-title">{{ current.note.title }}</div> {% else %} - {% if current.show.short_description != 'FIMXE' %} + {% if current.show.short_description != 'FIXME' %} <div class="short-description">{{ current.show.short_description }}</div> {% endif %} {% endif %} |