summaryrefslogtreecommitdiff
path: root/helsinki/program/templates/program/host_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'helsinki/program/templates/program/host_list.html')
-rw-r--r--helsinki/program/templates/program/host_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/helsinki/program/templates/program/host_list.html b/helsinki/program/templates/program/host_list.html
index 5ab5c3f..9b83b29 100644
--- a/helsinki/program/templates/program/host_list.html
+++ b/helsinki/program/templates/program/host_list.html
@@ -5,7 +5,7 @@
</head>
<body>
-<div id="host-list">
+<div id="content-main" class="host-list">
{% for host in host_list %}
<div class="host">
<a href="{% url host-detail host.id %}">{{ host.name }}</a>
@@ -14,4 +14,4 @@
</div>
</body>
-</html> \ No newline at end of file
+</html>