Fix case difference.
- Legacy-Id: 505
This commit is contained in:
parent
fe7f36a85a
commit
862645e52d
|
@ -1,6 +1,6 @@
|
||||||
{% extends "idindex/base.html" %}
|
{% extends "idindex/base.html" %}
|
||||||
|
|
||||||
{% block iddbcontent %}
|
{% block iddbcontent %}
|
||||||
<hr><h2>I-Ds List, other drafts - <i>{{ category.upper }}</i></h2>
|
<hr><h2>I-Ds List, Other drafts - <i>{{ category.upper }}</i></h2>
|
||||||
{% include "idindex/doclist.html" %}
|
{% include "idindex/doclist.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue