diff --git a/tailbone/templates/batch/index.mako b/tailbone/templates/batch/index.mako index 21e3d7aa..5070c46e 100644 --- a/tailbone/templates/batch/index.mako +++ b/tailbone/templates/batch/index.mako @@ -97,6 +97,8 @@ % if use_buefy: Execute Results @@ -114,7 +116,11 @@ Please be advised, you are about to execute {{ total }} batches!


- +
+
+ <${execute_form.component} ref="executeResultsForm"> +
+
@@ -141,8 +148,8 @@ % if master.results_executable and master.has_perm('execute_multiple'): % endif @@ -192,7 +199,7 @@ <%def name="render_this_page_template()"> ${parent.render_this_page_template()} % if master.results_executable and master.has_perm('execute_multiple'): - ${execute_form.render_deform(form_kwargs={'ref': 'actualForm'}, buttons=False)|n} + ${execute_form.render_deform(form_kwargs={'ref': 'actualExecuteForm'}, buttons=False)|n} % endif