diff options
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> |