datatracker/ietf/templates/idindex/otherdocs.html
Henrik Levkowetz 862645e52d Fix case difference.
- Legacy-Id: 505
2007-06-18 19:59:14 +00:00

7 lines
178 B
HTML

{% extends "idindex/base.html" %}
{% block iddbcontent %}
<hr><h2>I-Ds List, Other drafts - <i>{{ category.upper }}</i></h2>
{% include "idindex/doclist.html" %}
{% endblock %}