From 423596bd261dd2b9864ad837601b128414e3865d Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 21 Apr 2019 23:05:49 +0200 Subject: [PATCH] remove section wrapper in form.hamlet --- templates/help.hamlet | 5 +++-- templates/widgets/form/form.hamlet | 33 +++++++++++++++--------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/help.hamlet b/templates/help.hamlet index 073bac477..4b09217cb 100644 --- a/templates/help.hamlet +++ b/templates/help.hamlet @@ -1,3 +1,4 @@ -

+

_{MsgHelpIntroduction} -^{formWidget} +
+ ^{formWidget} diff --git a/templates/widgets/form/form.hamlet b/templates/widgets/form/form.hamlet index 45a25b820..1046f79b5 100644 --- a/templates/widgets/form/form.hamlet +++ b/templates/widgets/form/form.hamlet @@ -1,19 +1,18 @@ $newline never $# Wrapper for all kinds of forms -
-
- $# Distinguish different falvours of submit button layouts here: - $case formSubmit - $of FormNoSubmit - ^{formWidget} - $of FormSubmit - ^{formWidget} - ^{submitButtonView} - $of FormDualSubmit - ^{submitButtonView} - ^{formWidget} - ^{submitButtonView} - $of FormAutoSubmit - ^{formWidget} -