diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:25:59 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:25:59 (GMT) |
commit | dfd55f706de1f588eb0573b51c3e4ddba8612e97 (patch) | |
tree | 63020f19d5380ccd19411ce735a5141122a09470 /program/templates/v2/host_list.html | |
parent | 79ac160f239937bb4beb982e2cab2020d4eac9d1 (diff) |
minor template changes and cleanups
Diffstat (limited to 'program/templates/v2/host_list.html')
-rw-r--r-- | program/templates/v2/host_list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/templates/v2/host_list.html b/program/templates/v2/host_list.html index b2c1542..b8a4677 100644 --- a/program/templates/v2/host_list.html +++ b/program/templates/v2/host_list.html @@ -6,6 +6,7 @@ <div id="content-main" class="host-list"> <h1>Sendungsmachende A-Z</h1> + <div id="hosts"> {% for host in host_list %} <div class="host"><a href="/program/hosts/{{ host.id }}">{{ host.name }}</a></div> |