From 2c2103ebe011c1269799b1a91a0f97c8bbeb987e Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 30 Nov 2021 18:31:04 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_form.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/atlas/templates/atlas/case_form.html b/atlas/templates/atlas/case_form.html index 1a50a876..6a11db92 100755 --- a/atlas/templates/atlas/case_form.html +++ b/atlas/templates/atlas/case_form.html @@ -35,7 +35,7 @@ function add_differential_input_form() { var form_idx = $('#id_Case_casedifferential-TOTAL_FORMS').val(); - $('#case_differential_formset').append($('#empty_form').html().replace(/__prefix__/g, form_idx)); + $('#casedifferential_formset').append($('#empty_form').html().replace(/__prefix__/g, form_idx)); $('#id_Case_casedifferential-TOTAL_FORMS').val(parseInt(form_idx) + 1); } @@ -73,16 +73,16 @@ Use this form to create a atlas case. Existing associated image sets can be adde

Differenetial:

Add differential here. -
- {% for form in case_differential_formset %} -
{% endblock %} \ No newline at end of file