datatracker/ietf/templates/idindex/otherdocs.html
Bill Fenner b251c287bc Remove extra <hr> and fix case.
- Legacy-Id: 509
2007-06-18 21:43:40 +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 %}