From c6afbb907d60dc06426e36b7772c1f9b9e2f8841 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 7 Jul 2011 16:33:50 +0200 Subject: upd diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html index 0a445f5..c1ffb5c 100644 --- a/templates/program/recommendations.html +++ b/templates/program/recommendations.html @@ -5,7 +5,7 @@
-
Programmhinweise
+

Programmhinweise

{% for recommendation in recommendation_list %}
{{ recommendation.timeslot.start|date:"d.m. H:i" }}-{{ recommendation.timeslot.end|date:"H:i" }}
diff --git a/templates/program/show_list.html b/templates/program/show_list.html index 4303929..bb5b070 100644 --- a/templates/program/show_list.html +++ b/templates/program/show_list.html @@ -36,11 +36,11 @@

{{ show.name }}

-
+
    {% for slot in show.programslots.all %} -

    {{ slot }}

    +
  • {{ slot }}
  • {% endfor %} -
+ {% if show.short_description != 'FIXME' %}

{{ show.short_description }}

{% endif %} -- cgit v0.10.2