summaryrefslogtreecommitdiff
path: root/program/templates/v2/host_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/v2/host_list.html')
-rw-r--r--program/templates/v2/host_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/host_list.html b/program/templates/v2/host_list.html
index 8353b71..27b2895 100644
--- a/program/templates/v2/host_list.html
+++ b/program/templates/v2/host_list.html
@@ -9,7 +9,7 @@
<div class="host-list">
{% for host in host_list %}
<div class="host">
- <a href="{% url "host-detail-v2" host.id %}">{{ host.name }}</a>
+ <a href="/program/hosts/{{ host.id }}">{{ host.name }}</a>
</div>
{% endfor %}
</div>