{% extends "base.html" %} {% block title %}Change intended status for {{ doc }}{% endblock %} {% block morecss %} form.change-intended-status select { width: 22em; } form.change-intended-status .actions { text-align: right; padding-top: 10px; } {% endblock %} {% block content %}

Change intended status for {{ doc }}

{{ form.as_table }}
Back
{% endblock %}