Fix bug? or maybe there's no point

This commit is contained in:
Lance Edgar 2017-12-02 17:20:40 -06:00
parent a7d8cfcdbb
commit d27759ac2d

View file

@ -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)):
<div id="execution-options-dialog" style="display: none;">
${h.form(url('{}.execute_results'.format(route_prefix)), name='execute-results')}
${h.csrf_token(request)}