diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-03-21 21:27:06 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-03-21 21:27:06 (GMT) |
commit | bc4e14f6bd7b8df7988f547a02aa52f8065c6e43 (patch) | |
tree | b7f772ea8528dae39623670cef8ef0912580b36c /templates/program/host_list.html | |
parent | da7a48b7014613636b5e4a84866b6e0da3797d1a (diff) |
fixed templates.
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 ee67192..365154a 100644 --- a/templates/program/host_list.html +++ b/templates/program/host_list.html @@ -5,7 +5,7 @@ <body> <div id="host-list"> -{% for host in host_list %} +{% for host in hosts %} <div class="host"> <a href="{% url host-detail host.id %}">{{ host.name }}</a> </div> |