diff options
Diffstat (limited to 'program/templates')
-rw-r--r-- | program/templates/boxes/broadcastformat.html | 2 | ||||
-rw-r--r-- | program/templates/boxes/musicfocus.html | 2 | ||||
-rw-r--r-- | program/templates/boxes/showinformation.html | 2 | ||||
-rw-r--r-- | program/templates/boxes/showtopic.html | 2 |
4 files changed, 4 insertions, 4 deletions
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"> |