diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-03 13:03:05 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-03 13:03:05 (GMT) |
commit | 255b58b8b47f4fc12c634d5b3098538b2ab250b3 (patch) | |
tree | 668736b948cf3b59852a99a2688eca8318023d3e /program/templates/v2/show_list.html | |
parent | 82cd389025255354027134a7ba0dd2f41faa8fdc (diff) | |
parent | a0ee1c483fe320e9b6b719a2ce103954f5b00e92 (diff) |
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/show_list.html')
-rw-r--r-- | program/templates/v2/show_list.html | 17 |
1 files changed, 6 insertions, 11 deletions
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 @@ <body> {% load filters %} -<div id="filter-format"> - {% broadcastformatV2 %} -</div> -<div id="filter-topic"> - <dl id="filter-header" class="portlet"> - <dt class="portletHeader"><span>Filter</span></dt> - </dl> - {% musicfocusV2 %} - {% showinformationV2 %} - {% showtopicV2 %} - {% languageV2 %} +<div id="filter"> +{% broadcastformatV2 %} +{% musicfocusV2 %} +{% showinformationV2 %} +{% showtopicV2 %} +{% languageV2 %} </div> <div id="content-main" class="show-list"> |