{% extends "shorts/base.html" %} {% load static from static %} {% load crispy_forms_tags %} {% block js %} {{ form.media }} {% endblock %} {% block content %} {% if object %} {% include "shorts/question_link_header.html" %} {% endif %}

Submit Shorts Question

Instructions

Use this form to create a new short style question/case. Multiple images can be added to a question. If the feedback image box is checked they will not be displayed when taking the question.

Once you have created the question with this form you can add relevant findings.

{% comment %} {% csrf_token %} {% endcomment %} {% crispy form form.helper %}

Images:

Drop images here (or use the buttons below)
Feedback image?
drop those here
{% for form in image_formset %} {% endfor %}
{{ image_formset.management_form }}
{% endblock %} {% block css %} {% endblock css %}