Skip to content

Commit 254e35f

Browse files
committed
Remove old proceedings generation code. Fixes ietf-tools#2234. Commit ready for merge.
- Legacy-Id: 13492
1 parent e0c994f commit 254e35f

24 files changed

Lines changed: 9 additions & 1373 deletions

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 "template_edit" group.acronym template.id %}">{{ template }}</a></li>
9+
<li><a href="{% url "ietf.dbtemplate.views.template_edit" group.acronym template.id %}">{{ template }}</a></li>
1010
{% endfor %}
1111
</ul>
1212
{% else %}

0 commit comments

Comments
 (0)