Skip to content

Commit

Permalink
Remove old proceedings generation code. Fixes #2234. Commit ready for…
Browse files Browse the repository at this point in the history
… merge.

 - Legacy-Id: 13492
  • Loading branch information
rpcross committed Jun 1, 2017
1 parent e0c994f commit 254e35f
Show file tree
Hide file tree
Showing 24 changed files with 9 additions and 1,373 deletions.
2 changes: 1 addition & 1 deletion ietf/dbtemplate/templates/dbtemplate/template_list.html
Expand Up @@ -6,7 +6,7 @@ <h1>Defined templates for group {{ group }}</h1>
{% if template_list %}
<ul>
{% for template in template_list %}
<li><a href="{% url "template_edit" group.acronym template.id %}">{{ template }}</a></li>
<li><a href="{% url "ietf.dbtemplate.views.template_edit" group.acronym template.id %}">{{ template }}</a></li>
{% endfor %}
</ul>
{% else %}
Expand Down

0 comments on commit 254e35f

Please sign in to comment.