summaryrefslogtreecommitdiff
path: root/helsinki/program/templates
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-10 16:21:44 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-10 16:21:44 (GMT)
commitbb852483864a5c1be8cd99d2e05a3b1fc0ce0d5c (patch)
treee676cccf187ff89735c585142586c28fb4b326e1 /helsinki/program/templates
parent055afc7d47fcd147274dba884156523d8ff69bbf (diff)
cleaned-up URL and views. implemented /week URL.
Diffstat (limited to 'helsinki/program/templates')
-rw-r--r--helsinki/program/templates/program/broadcastformats_box.html (renamed from helsinki/program/templates/program/bcformats_box.html)6
1 files changed, 3 insertions, 3 deletions
diff --git a/helsinki/program/templates/program/bcformats_box.html b/helsinki/program/templates/program/broadcastformats_box.html
index 3067805..13fb0a9 100644
--- a/helsinki/program/templates/program/bcformats_box.html
+++ b/helsinki/program/templates/program/broadcastformats_box.html
@@ -6,10 +6,10 @@
<link href="/site_media/styles/base.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
- {% if broadcastformats %}
+ {% if broadcastformat_list %}
<dl id="bcformats" class="portlet program-bcformats">
- <dt class="portletHeader"><span>Legende<span></dt>
- {% for broadcastformat in broadcastformats %}
+ <dt class="portletHeader"><span>Legende</span></dt>
+ {% for broadcastformat in broadcastformat_list %}
<dd class="portletItem bcformat bcformat-{{ broadcastformat.slug }}">
<a href="?broadcastformat={{ broadcastformat.slug }}">{{ broadcastformat.format }}</a>
</dd>