From 055afc7d47fcd147274dba884156523d8ff69bbf Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sun, 10 Apr 2011 16:59:10 +0200 Subject: fixed another context name object problem. diff --git a/helsinki/program/templates/program/recommendations_box.html b/helsinki/program/templates/program/recommendations_box.html index 5a0f40d..abcbe03 100644 --- a/helsinki/program/templates/program/recommendations_box.html +++ b/helsinki/program/templates/program/recommendations_box.html @@ -6,10 +6,10 @@ - {% if recommendations %} + {% if recommendation_list %}
Programmhinweise
- {% for recommendation in recommendations %} + {% for recommendation in recommendation_list %}

{{ recommendation.show.name }}

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

-- cgit v0.10.2