From 9976b9ebe22a6ec062911ed247742cabb101c626 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sat, 16 Jul 2011 14:43:17 +0200 Subject: removed checks for incomplete show short descriptions. 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 %}

{{ current.note.title }}

{% else %} - {% if current.show.short_description != 'FIXME' %}

{{ current.show.short_description }}

- {% endif %} {% endif %} diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index 0c3393a..2ed108d 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -76,9 +76,7 @@ {% if timeslot.note %}

Heute: {{ timeslot.note.title }}

{% else %} - {% if timeslot.show.short_description != 'FIXME' %}

{{ timeslot.show.short_description }}

- {% endif %} {% endif %} diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 05cd0ed..9311acc 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -35,9 +35,7 @@ - {% if show.short_description != 'FIXME' %}
{{ show.short_description }}
- {% endif %}
{{ show.description|safe }}
diff --git a/templates/program/show_list.html b/templates/program/show_list.html index bb5b070..c527c09 100644 --- a/templates/program/show_list.html +++ b/templates/program/show_list.html @@ -41,9 +41,7 @@
  • {{ slot }}
  • {% endfor %} - {% if show.short_description != 'FIXME' %}

    {{ show.short_description }}

    - {% endif %} {% endfor %} diff --git a/templates/program/timeslot_detail.html b/templates/program/timeslot_detail.html index 8b08f8b..ead061b 100644 --- a/templates/program/timeslot_detail.html +++ b/templates/program/timeslot_detail.html @@ -29,9 +29,7 @@

    {{ timeslot.note.content|safe }}

    {% endif %} - {% if timeslot.show.short_description != 'FIXME' %}
    {{ timeslot.show.short_description }}
    - {% endif %}
    {{ timeslot.show.description|safe }}
    -- cgit v0.10.2