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 %}