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

Submit Long Case

Use this form to create a long case. Existing associated image sets can be added using this form.
{% csrf_token %} {{ form.as_table }}

Series:

Add image sets here. These can only be added once created (they can also be added to cases on creation).
{% for form in series_formset %} {% endfor %}
{{ series_formset.management_form }}
{% endblock %}