From 08a895a07b2b174eb9be9a8862f3f1c1727b489f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 29 Dec 2024 20:07:10 -0600 Subject: [PATCH] fix: use proper bulma styles for markdown content cf. https://bulma.io/documentation/elements/content/ --- src/wuttaweb/templates/batch/view.mako | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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')}