diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-03 13:43:40 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-03 13:43:40 (GMT) |
commit | ef98eb1ea7167a6be047cb9fdbfc500d8272792a (patch) | |
tree | b566c607f3f971edc8734b62c124e9c1625705c3 /program/templates/v2/host_list.html | |
parent | 2094bd035f5b9ede35f9b28d5a2be7555f59b3af (diff) | |
parent | 59be96ee97d08017bd3ba37b77fc5a3442262909 (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 27b2895..3d4663d 100644 --- a/program/templates/v2/host_list.html +++ b/program/templates/v2/host_list.html @@ -4,7 +4,7 @@ </head> <body> -<div id="content-main"> +<div id="content-main" class="host-list"> <h1>Sendungsmachende A-Z</h1> <div class="host-list"> {% for host in host_list %} |