diff options
Diffstat (limited to 'program/templates/v2/day_schedule.html')
-rw-r--r-- | program/templates/v2/day_schedule.html | 10 |
1 files changed, 2 insertions, 8 deletions
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 @@ <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> +<div id="filter"> +{% broadcastformatV2 %} {% musicfocusV2 %} {% showinformationV2 %} {% showtopicV2 %} |