Drop images here (or use the buttons below)
+
Answers:
+
+
+ {{ answer_formset.management_form }}
+
+
Images:
+
Drop images here (or use the buttons below)
Feedback image?
drop those here
-
-
-
-
+
+
+ {{ image_formset.management_form }}
+
+
+
+
- {{ image_formset.management_form }}
-
-
-
-
-
+
{% endblock %}
{% block css %}
-
+
{% endblock css %}
-
\ No newline at end of file
diff --git a/shorts/templates/shorts/question_form.html b/shorts/templates/shorts/question_form.html
index 8c14e76b..d581805b 100755
--- a/shorts/templates/shorts/question_form.html
+++ b/shorts/templates/shorts/question_form.html
@@ -5,14 +5,14 @@
{% block js %}
-
+
-{{ form.media }}
+ {{ 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.
-
+ {% 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.
+
-