From 19b716e483cb699058ac511d7da677c30bb1afdb Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 25 Nov 2021 18:30:04 +0000 Subject: [PATCH] . --- longs/templates/longs/long_form.html | 112 +++++++++++++-------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/longs/templates/longs/long_form.html b/longs/templates/longs/long_form.html index 7b8a5390..fe38a596 100755 --- a/longs/templates/longs/long_form.html +++ b/longs/templates/longs/long_form.html @@ -2,72 +2,72 @@ {% block css %} -{{form.media}} + {{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 %} +

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 %} -
    - {{form.non_field_errors}} - {{form.errors}} - {{ form.as_ul }} + + {{ 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 %} +
      + {{form.non_field_errors}} + {{form.errors}} + {{ form.as_ul }} +
    + {% endfor %} +
    + {{ series_formset.management_form }} + + + - {{ series_formset.management_form }} - - - -{% endblock %} \ No newline at end of file +{% endblock %}