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