From 2ec0ff18396c948b0f1fa9966aeab89bde97cd65 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt 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 %}
Legende
{% 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 %}
Musiktendenz
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 %}
Sendungsinfo
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 %}
Thema / Schwerpunkt
-- cgit v0.10.2