From bc4e14f6bd7b8df7988f547a02aa52f8065c6e43 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Mon, 21 Mar 2011 22:27:06 +0100 Subject: fixed templates. diff --git a/templates/program/host_list.html b/templates/program/host_list.html index ee67192..365154a 100644 --- a/templates/program/host_list.html +++ b/templates/program/host_list.html @@ -5,7 +5,7 @@
-{% for host in host_list %} +{% for host in hosts %} diff --git a/templates/program/show_list.html b/templates/program/show_list.html index 844395d..7643087 100644 --- a/templates/program/show_list.html +++ b/templates/program/show_list.html @@ -5,7 +5,7 @@
-{% for topic in showtopic_list %} +{% for topic in showtopics %}
{{ topic.abbrev }} {{ topic }} @@ -14,7 +14,7 @@
-{% for information in showinformation_list %} +{% for information in showinformations %}
{{ information.abbrev }} {{ information }} @@ -23,7 +23,7 @@
-{% for focus in musicfocus_list %} +{% for focus in musicfoci %}
{{ focus.abbrev }} {{ focus }} @@ -32,7 +32,7 @@
-{% for show in show_list %} +{% for show in shows %}
{% for topic in show.showtopic.all %} @@ -64,7 +64,7 @@
-{% for format in broadcastformat_list %} +{% for format in broadcastformats %}
{{ format }}
{% endfor %}
-- cgit v0.10.2