diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-07-16 12:43:17 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-07-16 12:43:17 (GMT) |
commit | 9976b9ebe22a6ec062911ed247742cabb101c626 (patch) | |
tree | 6d89b61c48d0f3e645c48581a134969e517fc24a /templates/program/boxes | |
parent | 2b6b7c90eef35d7d7c9c67d82f757b83794ebd4d (diff) |
removed checks for incomplete show short descriptions.
Diffstat (limited to 'templates/program/boxes')
-rw-r--r-- | templates/program/boxes/current.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/program/boxes/current.html b/templates/program/boxes/current.html index 440ef41..ba1df21 100644 --- a/templates/program/boxes/current.html +++ b/templates/program/boxes/current.html @@ -29,9 +29,7 @@ {% if current.note %} <p>{{ current.note.title }}</p> {% else %} - {% if current.show.short_description != 'FIXME' %} <p>{{ current.show.short_description }}</p> - {% endif %} {% endif %} </td> </tr> |