{% extends 'sbas/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block js %} {{ form.media }} {% endblock %} {% block content %}

Submit Question

{% if question %} {% include 'sbas/question_detail.html#links-partial' %} {% endif %}
{% csrf_token %} {{ form.media }}
{% crispy form %}
Cancel
{% endblock %}