From 6c9b82707178268bc0947938a048b3d037e625ef Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 7 Jul 2011 16:59:31 +0200 Subject: upd diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html index cbcb463..270b134 100644 --- a/templates/program/recommendations.html +++ b/templates/program/recommendations.html @@ -10,7 +10,7 @@ {% for item in recommendation_list %}
- {% for item in show.showinformation.all %} + {% for item in item.show.showinformation.all %} {{ item.abbrev }} {% endfor %} {% for item in show.showtopic.all %} @@ -21,15 +21,13 @@ {% endfor %}
-

{{ item.show.name }}

+

{{ item.show.name }}: {{ item.title }}

{{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}

{% if item.show.short_description != 'FIXME' %}

{{ item.show.short_description }}

{% endif %} -

{{ item.title }}

-

{{ item.content|safe}}

-- cgit v0.10.2