Skip to content

Commit 8e04feb

Browse files
authored
fix: reference correct template in dbtemplate views (ietf-tools#4667)
1 parent 48aa9b0 commit 8e04feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/dbtemplate/templates/dbtemplate/template_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>Defined templates for group {{ group }}</h1>
66
{% if template_list %}
77
<ul>
88
{% for template in template_list %}
9-
<li><a href="{% url "ietf.dbtemplate.views.template_edit" group.acronym template.id %}">{{ template }}</a></li>
9+
<li><a href="{% url "ietf.dbtemplate.views.group_template_edit" group.acronym template.id %}">{{ template }}</a></li>
1010
{% endfor %}
1111
</ul>
1212
{% else %}

0 commit comments

Comments
 (0)