{% csrf_token %} {{ form.next_url.as_hidden }}
{{ form.non_field_errors }}

Summary*

In one sentence, what should the one-liner do?
{{ form.summary.errors }}
{{ form.summary }}

Explanation

Be specific. Try to use relevant keywords, so that the question is easier to find by search.
{{ form.explanation.errors }}
{{ form.explanation }}

Published

If checked, the question will be visible on the questions page.
{{ form.is_published.errors }}

Answered

If checked, the question will not be shown on the questions page.
{{ form.is_answered.errors }}

{% for action in form.actions %}{% endfor %} Cancel