From 012c86340dfa3f0c339628ecf477a6f92bdfc379 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 8 Dec 2025 12:51:17 +0000 Subject: [PATCH] . --- .../templates/atlas/casecollection_form.html | 23 ------------ atlas/views.py | 27 ++++++++------ generic/forms.py | 30 ++++++---------- generic/widgets.py | 36 +++++++++++++++++++ 4 files changed, 64 insertions(+), 52 deletions(-) diff --git a/atlas/templates/atlas/casecollection_form.html b/atlas/templates/atlas/casecollection_form.html index 4b919d56..4ffb6ef9 100755 --- a/atlas/templates/atlas/casecollection_form.html +++ b/atlas/templates/atlas/casecollection_form.html @@ -72,29 +72,6 @@ {% csrf_token %} {% crispy form form.helper %} - {% comment %}

Cases:

- Add cases here. These can only be added once created (they can also be added to cases on creation). Click and drag to change order. - - -
-
    - {% for form in case_formset %} -
  1. - {{form.non_field_errors}} - {{form.errors}} - {{ form }} -
  2. - {% endfor %} -
- -
- {{ case_formset.management_form }} - - {% endcomment %} {% comment %} {% endcomment %}