From 06f95893a4ccb46bec2450eacac29e1e266e40c6 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sat, 2 Apr 2011 20:01:02 +0200 Subject: fixed typo. 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 %}
{{ current.note.title }}
{% else %} - {% if current.show.short_description != 'FIMXE' %} + {% if current.show.short_description != 'FIXME' %}
{{ current.show.short_description }}
{% endif %} {% endif %} -- cgit v0.10.2