From cd517b9452f7ecd995c8e85056bc4438185a4848 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sat, 2 Apr 2011 20:06:25 +0200 Subject: renamed variables to match context of generic views. diff --git a/templates/program/host_list.html b/templates/program/host_list.html index 6497d35..5ab5c3f 100644 --- a/templates/program/host_list.html +++ b/templates/program/host_list.html @@ -6,7 +6,7 @@
-{% for host in hosts %} +{% for host in host_list %} diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html index a8f5fde..483962c 100644 --- a/templates/program/recommendations.html +++ b/templates/program/recommendations.html @@ -6,7 +6,7 @@
-{% for recommendation in recommendations %} +{% for recommendation in recommendation_list %}
{{ recommendation.timeslot.start|date:"d.m.Y H:i" }} - {{ recommendation.timeslot.end|date:"H:i" }}
diff --git a/templates/program/recommendations_box.html b/templates/program/recommendations_box.html index b40bf0e..26a7c97 100644 --- a/templates/program/recommendations_box.html +++ b/templates/program/recommendations_box.html @@ -7,7 +7,7 @@
Programmhinweise
- {% for recommendation in recommendations %} + {% 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 1f061d0..9539035 100644 --- a/templates/program/show_list.html +++ b/templates/program/show_list.html @@ -40,7 +40,7 @@
-{% for show in shows %} +{% for show in show_list %}
  {% for topic in show.showtopic.all %} -- cgit v0.10.2