{% extends "two_column_body.html" %} {% import "macros.html" as macros %} {% block title %}{% spaceless %}{% trans %}Ask Your Question{% endtrans %}{% endspaceless %}{% endblock %} {% block forestyle %} {% endblock %} {# main contents of ask form is in the template input_bar #} {% block sidebar %} {% if settings.EDITOR_TYPE == 'markdown' %} {% include "/widgets/markdown_help.html" %} {% endif %} {% endblock %} {% block content %}
{% if settings.QUESTION_INSTRUCTIONS %} {{ settings.QUESTION_INSTRUCTIONS|safe }} {% else %} {% endif %}
{% include "widgets/ask_form.html" %} {% endblock %} {% block endjs %} {% if settings.EDITOR_TYPE == 'markdown' %} {% endif %} {% include "meta/editor_data.html" %} {% if mandatory_tags %} {% include "meta/mandatory_tags_js.html" %} {% endif %} {% if settings.TAG_SOURCE == 'category-tree' %} {% include "meta/category_tree_js.html" %} {% endif %} {% endblock %}