From 2ec0ff18396c948b0f1fa9966aeab89bde97cd65 Mon Sep 17 00:00:00 2001
From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com>
Date: Wed, 30 Mar 2016 20:00:54 +0200
Subject: fixed missed renaming of variables


diff --git a/program/templates/boxes/broadcastformat.html b/program/templates/boxes/broadcastformat.html
index c12e635..8118cdb 100644
--- a/program/templates/boxes/broadcastformat.html
+++ b/program/templates/boxes/broadcastformat.html
@@ -1,4 +1,4 @@
-{% if broadcastformats %}
+{% if broadcastformat_list %}
     <dl id="broadcastformat" class="portlet">
         <dt class="portletHeader"><span>Legende</span></dt>
         {% for bf in broadcastformat_list %}
diff --git a/program/templates/boxes/musicfocus.html b/program/templates/boxes/musicfocus.html
index 292cea0..021185b 100644
--- a/program/templates/boxes/musicfocus.html
+++ b/program/templates/boxes/musicfocus.html
@@ -1,4 +1,4 @@
-{% if musicfoci %}
+{% if musicfocus_list %}
     <dl id="filterbox_musicfocus" class="portlet filterbox">
         <dt class="portletHeader"><span>Musiktendenz<span></dt>
         <dd class="portletItem">
diff --git a/program/templates/boxes/showinformation.html b/program/templates/boxes/showinformation.html
index 52c40e0..dbbe60d 100644
--- a/program/templates/boxes/showinformation.html
+++ b/program/templates/boxes/showinformation.html
@@ -1,4 +1,4 @@
-{% if showinformations %}
+{% if showinformation_list %}
     <dl id="filterbox_showinformation" class="portlet filterbox">
         <dt class="portletHeader"><span>Sendungsinfo<span></dt>
         <dd class="portletItem">
diff --git a/program/templates/boxes/showtopic.html b/program/templates/boxes/showtopic.html
index 8561343..93e873a 100644
--- a/program/templates/boxes/showtopic.html
+++ b/program/templates/boxes/showtopic.html
@@ -1,4 +1,4 @@
-{% if showtopics %}
+{% if showtopic_list %}
     <dl id="filterbox_showtopic" class="portlet filterbox">
         <dt class="portletHeader"><span>Thema / Schwerpunkt<span></dt>
         <dd class="portletItem">
-- 
cgit v0.10.2