diff options
Diffstat (limited to 'templates/program/host_list.html')
-rw-r--r-- | templates/program/host_list.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/program/host_list.html b/templates/program/host_list.html index fb19e47..ee67192 100644 --- a/templates/program/host_list.html +++ b/templates/program/host_list.html @@ -5,11 +5,12 @@ <body> <div id="host-list"> - {% for host in host_list %} +{% for host in host_list %} <div class="host"> <a href="{% url host-detail host.id %}">{{ host.name }}</a> </div> - {% endfor %} +{% endfor %} </div> + </body> </html>
\ No newline at end of file |