diff --git a/tailbone/templates/batch/index.mako b/tailbone/templates/batch/index.mako index 049e4f8e..ef0651d4 100644 --- a/tailbone/templates/batch/index.mako +++ b/tailbone/templates/batch/index.mako @@ -54,7 +54,7 @@ ${parent.body()} -% if master.results_executable and master.has_execution_options(batch) and request.has_perm('{}.execute_results'.format(permission_prefix)): +% if master.results_executable and request.has_perm('{}.execute_results'.format(permission_prefix)):