diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-03-30 18:00:54 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-03-30 18:00:54 (GMT) |
commit | 2ec0ff18396c948b0f1fa9966aeab89bde97cd65 (patch) | |
tree | 8d290dc08d5058ccfe22ec0db94a6dd626861fb5 /program | |
parent | 5f989885ffb046bc0c2f064347a716e5f873e453 (diff) |
fixed missed renaming of variables
Diffstat (limited to 'program')
-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"> |