datatracker/ietf/templates/idindex/otherdocs.html
Henrik Levkowetz 42013f2c35 Fix added <hr>
- Legacy-Id: 506
2007-06-18 20:01:16 +00:00

7 lines
174 B
HTML

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