Fix bug? or maybe there's no point
This commit is contained in:
parent
a7d8cfcdbb
commit
d27759ac2d
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
${parent.body()}
|
${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;">
|
<div id="execution-options-dialog" style="display: none;">
|
||||||
${h.form(url('{}.execute_results'.format(route_prefix)), name='execute-results')}
|
${h.form(url('{}.execute_results'.format(route_prefix)), name='execute-results')}
|
||||||
${h.csrf_token(request)}
|
${h.csrf_token(request)}
|
||||||
|
|
Loading…
Reference in a new issue