{% 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 not checked, the question will be visible only by you.
{{ form.is_published.errors }}

Answered

If checked, the question will not be shown on the questions page.
{{ form.is_answered.errors }}
{% include 'main/elements/please_login.html' %} {% for action in form.actions %}{% endfor %} Cancel