{% extends "longs/base.html" %} {% load static from static %} {% block js %} {{ form.media }} {% endblock %} {% block content %}

Add Series

This form will create a image set that can be associated with a long question. If the question has already been created it can be linked below.
{% csrf_token %} {{ form.as_table }}

Images:

Drop images here (or use the buttons below)
{% for form in image_formset %} {% endfor %}
{{ image_formset.management_form }}
{% endblock %}