diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:29:39 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:29:39 (GMT) |
commit | c1eb263c6831f2cbb18c665d4d0a07da3c219470 (patch) | |
tree | 23109a4ff7cca2503cf70263f15fffe23d5e83c4 /program/templates/v2/host_list.html | |
parent | 6ae0dfcd8caa8225cc196abda79c0275cf2e41c3 (diff) | |
parent | ecc2c7362fb0517654e79e11deb80539d4395652 (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 | 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> |