Fixing link to cluster template that broke the General Info tab

Fixes: bug 1246413

Change-Id: I0787a77ef01b5c97c5e196ef0c18dbe326a07021
This commit is contained in:
Chad Roberts 2013-10-30 17:17:08 -04:00
parent b34012c7bd
commit a8e780c235
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<dl>
<dt>{% trans "Template" %}</dt>
{% if cluster_template %}
<dd><a href="{% url 'horizon:savanna:cluster_templates' cluster_template.id %}">{{ cluster_template.name }} </a></dd>
<dd><a href="{% url 'horizon:savanna:cluster_templates:details' cluster_template.id %}">{{ cluster_template.name }} </a></dd>
{% else %}
<dd>{% trans "Template not specified" %}</dd>
{% endif %}