summaryrefslogtreecommitdiff
path: root/program/templates/v2/show_filters.html
blob: 16f6a0a3827ebd59297608c87b203f843d7f090a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
    <title>Show Filters</title>
</head>
<body>

{% load show_filters %}
<div id="filter">
{% broadcastformatV2 %}
{% musicfocusV2 %}
{% showinformationV2 %}
{% showtopicV2 %}
{% languageV2 %}
</div>

</body>
</html>