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 ada9bf1..8353b71 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" host.id %}">{{ host.name }}</a>
+ <a href="{% url "host-detail-v2" host.id %}">{{ host.name }}</a>
</div>
{% endfor %}
</div>