{% extends "base.html" %} {% block title %}Change State: {{doc.title}}{% endblock %} {% block morecss %} form.change-state select { width: 22em; } #id_message, #id_comment { width: 40em; } form.change-state .actions { text-align: right; padding-top: 10px; } {% endblock %} {% block content %}

Change State: {{doc.title}}

For help on the states, see the state table.

{% for field in form.visible_fields %} {% endfor %}
{{ field.label_tag }}: {{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {{ field.errors }}
Back
{% endblock %}