diff options
Diffstat (limited to 'program/templates/v2/day_schedule.html')
-rw-r--r-- | program/templates/v2/day_schedule.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/program/templates/v2/day_schedule.html b/program/templates/v2/day_schedule.html index e91c020..8fef31d 100644 --- a/program/templates/v2/day_schedule.html +++ b/program/templates/v2/day_schedule.html @@ -4,15 +4,6 @@ </head> <body> -{% load filters %} -<div id="filter"> -{% broadcastformatV2 %} -{% musicfocusV2 %} -{% showinformationV2 %} -{% showtopicV2 %} -{% languageV2 %} -</div> - <div id="content-main" class="day-schedule"> <h2>Tagesansicht</h2> <h1 id="date">{{ day|date:"l, d.m.Y" }}</h1> |