{% import "macros.html" as macros %}

Ask a question Cancel

{% csrf_token %}
{% if settings.EMAIL_VALIDATION %} {% if not request.user.email_isvalid %} {% trans email=request.user.email %}must have valid {{email}} to post, see {{email_validation_faq_url}} {% endtrans %} {% endif %} {% endif %} {{ form.title.errors }}
{{ form.title.help_text }}
{{ macros.edit_post( form, post_type = 'question', edit_title = False, mandatory_tags = mandatory_tags ) }}
{% if settings.WIKI_ON %} {{ macros.checkbox_in_div(form.wiki) }} {% endif %} {% if settings.ALLOW_ASK_ANONYMOUSLY %} {{ macros.checkbox_in_div(form.ask_anonymously) }} {% endif %}
{% if not request.user.is_authenticated() %} {% else %} {% endif %}