diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-03 16:46:20 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-03 16:46:20 (GMT) |
commit | 7525ab4a03bfe3fa638f9998cdee93fbfe364853 (patch) | |
tree | 28356ac15fef99669be4b88bf7d45ae698e71f5f /program/templates/v2/host_list.html | |
parent | daacb16087c0242a1941f293144ef88566b6b550 (diff) |
v2/templates: whitespace fixes
Diffstat (limited to 'program/templates/v2/host_list.html')
-rw-r--r-- | program/templates/v2/host_list.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/program/templates/v2/host_list.html b/program/templates/v2/host_list.html index 3d4663d..03b7c47 100644 --- a/program/templates/v2/host_list.html +++ b/program/templates/v2/host_list.html @@ -7,11 +7,9 @@ <div id="content-main" class="host-list"> <h1>Sendungsmachende A-Z</h1> <div class="host-list"> - {% for host in host_list %} - <div class="host"> - <a href="/program/hosts/{{ host.id }}">{{ host.name }}</a> - </div> - {% endfor %} +{% for host in host_list %} + <div class="host"><a href="/program/hosts/{{ host.id }}">{{ host.name }}</a></div> +{% endfor %} </div> </div> |