summaryrefslogtreecommitdiff
path: root/program/templates/v2/show_filters.html
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/v2/show_filters.html')
-rw-r--r--program/templates/v2/show_filters.html17
1 files changed, 17 insertions, 0 deletions
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>