diff --git a/tailbone/templates/batch/index.mako b/tailbone/templates/batch/index.mako index ef0651d4..876adccf 100644 --- a/tailbone/templates/batch/index.mako +++ b/tailbone/templates/batch/index.mako @@ -3,7 +3,7 @@ <%def name="extra_javascript()"> ${parent.extra_javascript()} - % if master.results_executable and request.has_perm('{}.execute_results'.format(permission_prefix)): + % if master.results_executable and request.has_perm('{}.execute_multiple'.format(permission_prefix)):