Unclosed <dl> in admin status.html

This commit is contained in:
medmunds
2012-12-11 10:55:01 -08:00
parent b0da1cf953
commit 2a2ca6c137

View File

@@ -61,6 +61,7 @@
<dt>{{ term|capfirst }}</dt> <dt>{{ term|capfirst }}</dt>
<dd>{{ value }}</dd> <dd>{{ value }}</dd>
{% endfor %} {% endfor %}
</dl>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}