Only include execute form if applicable, for batch grid view

This commit is contained in:
Lance Edgar 2019-06-16 16:22:48 -05:00
parent 26137ec81e
commit b5613ec6dc

View file

@ -153,7 +153,9 @@
% if use_buefy: % if use_buefy:
% if master.results_executable and request.has_perm('{}.execute_multiple'.format(permission_prefix)):
${execute_form.render_deform(form_kwargs={'ref': 'actualForm'}, buttons=False)|n} ${execute_form.render_deform(form_kwargs={'ref': 'actualForm'}, buttons=False)|n}
% endif
% endif % endif
${parent.body()} ${parent.body()}