fix: reference correct template in dbtemplate views (#4667)

This commit is contained in:
Robert Sparks 2022-10-28 10:57:46 -05:00 committed by GitHub
parent 48aa9b04c2
commit 8e04feb498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
{% if template_list %}
<ul>
{% for template in template_list %}
<li><a href="{% url "ietf.dbtemplate.views.template_edit" group.acronym template.id %}">{{ template }}</a></li>
<li><a href="{% url "ietf.dbtemplate.views.group_template_edit" group.acronym template.id %}">{{ template }}</a></li>
{% endfor %}
</ul>
{% else %}