summaryrefslogtreecommitdiff
path: root/helsinki/program/templates/program/show_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'helsinki/program/templates/program/show_list.html')
-rw-r--r--helsinki/program/templates/program/show_list.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/helsinki/program/templates/program/show_list.html b/helsinki/program/templates/program/show_list.html
index 629b670..6fe6525 100644
--- a/helsinki/program/templates/program/show_list.html
+++ b/helsinki/program/templates/program/show_list.html
@@ -5,18 +5,20 @@
</head>
<body>
-<div id="filter">
- <div id="filter-title">Filter</div>
-
{% load content_boxes %}
+<div id="filter-format">
{% broadcastformat %}
+</div>
+<div id="filter-topic">
+ <dl id="filter-header" class="portlet">
+ <dt class="portletHeader"><span>Filter<span></dt>
+ </dl>
{% musicfocus %}
{% showinformation %}
{% showtopic %}
-
</div>
-<div id="shows">
+<div id="content-main" class="show-list">
{% for show in show_list %}
<div class="show">
<div class="abbrevs">&nbsp;
@@ -52,6 +54,5 @@
{% endfor %}
</div>
-
</body>
</html>