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

Submit Long Case

Use this form to create a long case. Associated image sets can be added using this form however the images will have to be uploaded once the case has been created.
{% csrf_token %} {{ form.as_table }}

Series:

{% for form in series_formset %} {% endfor %}
{{ series_formset.management_form }}
{% endblock %}