Fix case difference.

- Legacy-Id: 505
This commit is contained in:
Henrik Levkowetz 2007-06-18 19:59:14 +00:00
parent fe7f36a85a
commit 862645e52d

View file

@ -1,6 +1,6 @@
{% extends "idindex/base.html" %}
{% 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" %}
{% endblock %}