diff options
Diffstat (limited to 'templates/program/host_list.html')
-rw-r--r-- | templates/program/host_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/host_list.html b/templates/program/host_list.html index 6497d35..5ab5c3f 100644 --- a/templates/program/host_list.html +++ b/templates/program/host_list.html @@ -6,7 +6,7 @@ <body> <div id="host-list"> -{% for host in hosts %} +{% for host in host_list %} <div class="host"> <a href="{% url host-detail host.id %}">{{ host.name }}</a> </div> |