summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-02 18:01:02 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-02 18:01:02 (GMT)
commit06f95893a4ccb46bec2450eacac29e1e266e40c6 (patch)
tree9acf37ccb2271ba9bb82e1f9998c1eaf420bc92b /templates
parent5d74968fd081864a2e0cfbeeccfeacbf3bdc078d (diff)
fixed typo.
Diffstat (limited to 'templates')
-rw-r--r--templates/program/current_box.html2
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 %}