diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:12:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:12:17 (GMT) |
commit | 6ae0dfcd8caa8225cc196abda79c0275cf2e41c3 (patch) | |
tree | 8903f878fc9ed60f72c66396ee6024500cce92f5 /program/templates/v2/host_list.html | |
parent | 8c09d6f7c5d114c4ab381025025583293280abf3 (diff) | |
parent | 79ac160f239937bb4beb982e2cab2020d4eac9d1 (diff) |
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/host_list.html')
-rw-r--r-- | program/templates/v2/host_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/host_list.html b/program/templates/v2/host_list.html index 03b7c47..b2c1542 100644 --- a/program/templates/v2/host_list.html +++ b/program/templates/v2/host_list.html @@ -6,7 +6,7 @@ <div id="content-main" class="host-list"> <h1>Sendungsmachende A-Z</h1> - <div class="host-list"> + <div id="hosts"> {% for host in host_list %} <div class="host"><a href="/program/hosts/{{ host.id }}">{{ host.name }}</a></div> {% endfor %} |