diff --git a/src/wuttaweb/templates/batch/view.mako b/src/wuttaweb/templates/batch/view.mako index f03ab5b..1305079 100644 --- a/src/wuttaweb/templates/batch/view.mako +++ b/src/wuttaweb/templates/batch/view.mako @@ -1,19 +1,6 @@ ## -*- coding: utf-8; -*- <%inherit file="/master/view.mako" /> -<%def name="extra_styles()"> - ${parent.extra_styles()} - - - <%def name="tool_panels()"> ${parent.tool_panels()} ${self.tool_panel_execution()} @@ -65,7 +52,7 @@

What will happen when this batch is executed?

-
+
${execution_described|n}
${h.form(master.get_action_url('execute', batch), ref='executeForm')}