{% 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 %}
For help on the states, see the state table.
{% endblock %}