From a0ee1c483fe320e9b6b719a2ce103954f5b00e92 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 3 Mar 2021 14:02:31 +0100 Subject: furhter cleanup of filter templatetags diff --git a/program/templates/v2/day_schedule.html b/program/templates/v2/day_schedule.html index 4a36bdb..a4e1bde 100644 --- a/program/templates/v2/day_schedule.html +++ b/program/templates/v2/day_schedule.html @@ -5,14 +5,8 @@ {% load filters %} -
- {% broadcastformatV2 %} -
- -
-
-
Filter
-
+
+{% broadcastformatV2 %} {% musicfocusV2 %} {% showinformationV2 %} {% showtopicV2 %} diff --git a/program/templates/v2/filters/broadcastformat.html b/program/templates/v2/filters/broadcastformat.html index 922c99c..4081323 100644 --- a/program/templates/v2/filters/broadcastformat.html +++ b/program/templates/v2/filters/broadcastformat.html @@ -1,6 +1,6 @@ {% if broadcastformat_list %} {% endif %} diff --git a/program/templates/v2/filters/language.html b/program/templates/v2/filters/language.html index c79122f..75a2d89 100644 --- a/program/templates/v2/filters/language.html +++ b/program/templates/v2/filters/language.html @@ -1,6 +1,6 @@ {% if language_list %} {% endif %} diff --git a/program/templates/v2/filters/musicfocus.html b/program/templates/v2/filters/musicfocus.html index 99bbb20..b2897e2 100644 --- a/program/templates/v2/filters/musicfocus.html +++ b/program/templates/v2/filters/musicfocus.html @@ -1,6 +1,6 @@ {% if musicfocus_list %} {% endif %} diff --git a/program/templates/v2/filters/showinformation.html b/program/templates/v2/filters/showinformation.html index bcd6cb1..75c5c78 100644 --- a/program/templates/v2/filters/showinformation.html +++ b/program/templates/v2/filters/showinformation.html @@ -1,6 +1,6 @@ {% if showinformation_list %} {% endif %} diff --git a/program/templates/v2/filters/showtopic.html b/program/templates/v2/filters/showtopic.html index 070d82a..6ecdb34 100644 --- a/program/templates/v2/filters/showtopic.html +++ b/program/templates/v2/filters/showtopic.html @@ -1,6 +1,6 @@ {% if showtopic_list %} {% endif %} diff --git a/program/templates/v2/show_list.html b/program/templates/v2/show_list.html index 50cae57..c4d123b 100644 --- a/program/templates/v2/show_list.html +++ b/program/templates/v2/show_list.html @@ -5,17 +5,12 @@ {% load filters %} -
- {% broadcastformatV2 %} -
-
-
-
Filter
-
- {% musicfocusV2 %} - {% showinformationV2 %} - {% showtopicV2 %} - {% languageV2 %} +
+{% broadcastformatV2 %} +{% musicfocusV2 %} +{% showinformationV2 %} +{% showtopicV2 %} +{% languageV2 %}
-- cgit v0.10.2