From bf06d7742c3396c2a128a9fbf3d3a970654d26c1 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 18 Jan 2021 16:47:40 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 4a7e2219..b89e546f 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -33,7 +33,7 @@ function add_answers_input_form() { var form_idx = $('#id_answers-TOTAL_FORMS').val(); - $('#answer_form_set').append($('#empty_form').html().replace(/__prefix__/g, form_idx)); + $('#answer_form_set').append($('#answer_empty_form').html().replace(/__prefix__/g, form_idx)); $('#id_answers-TOTAL_FORMS').val(parseInt(form_idx) + 1); } @@ -267,4 +267,9 @@ {{ image_formset.empty_form.as_ul }} + {% endblock %} \ No newline at end of file