{% 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 %}
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.
{% endblock %} {% block css %} {% endblock css %}