summaryrefslogtreecommitdiff
path: root/program/templates/v2
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/v2')
-rw-r--r--program/templates/v2/day_schedule.html9
-rw-r--r--program/templates/v2/host_list.html2
-rw-r--r--program/templates/v2/show_detail.html2
-rw-r--r--program/templates/v2/show_filters.html17
-rw-r--r--program/templates/v2/show_list.html9
5 files changed, 18 insertions, 21 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>
diff --git a/program/templates/v2/host_list.html b/program/templates/v2/host_list.html
index 27b2895..3d4663d 100644
--- a/program/templates/v2/host_list.html
+++ b/program/templates/v2/host_list.html
@@ -4,7 +4,7 @@
</head>
<body>
-<div id="content-main">
+<div id="content-main" class="host-list">
<h1>Sendungsmachende A-Z</h1>
<div class="host-list">
{% for host in host_list %}
diff --git a/program/templates/v2/show_detail.html b/program/templates/v2/show_detail.html
index 5e687f1..56f1a84 100644
--- a/program/templates/v2/show_detail.html
+++ b/program/templates/v2/show_detail.html
@@ -4,8 +4,6 @@
</head>
<body>
-<div id="calendar"></div>
-
<div id="content-main" class="show-detail">
<div class="show-detail-header bf-{{ show.broadcastformat.slug }}">
diff --git a/program/templates/v2/show_filters.html b/program/templates/v2/show_filters.html
new file mode 100644
index 0000000..16f6a0a
--- /dev/null
+++ b/program/templates/v2/show_filters.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+ <title>Show Filters</title>
+</head>
+<body>
+
+{% load show_filters %}
+<div id="filter">
+{% broadcastformatV2 %}
+{% musicfocusV2 %}
+{% showinformationV2 %}
+{% showtopicV2 %}
+{% languageV2 %}
+</div>
+
+</body>
+</html>
diff --git a/program/templates/v2/show_list.html b/program/templates/v2/show_list.html
index b88695f..56ecd21 100644
--- a/program/templates/v2/show_list.html
+++ b/program/templates/v2/show_list.html
@@ -4,15 +4,6 @@
</head>
<body>
-{% load filters %}
-<div id="filter">
-{% broadcastformatV2 %}
-{% musicfocusV2 %}
-{% showinformationV2 %}
-{% showtopicV2 %}
-{% languageV2 %}
-</div>
-
<div id="content-main" class="show-list">
<h1>Sendungen A-Z</h1>