From d27759ac2d892ddee7f7612da2c7057a94147cd5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 2 Dec 2017 17:20:40 -0600 Subject: [PATCH] Fix bug? or maybe there's no point --- tailbone/templates/batch/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)):