remove section wrapper in form.hamlet

This commit is contained in:
Felix Hamann 2019-04-21 23:05:49 +02:00
parent 374cd9621d
commit 423596bd26
2 changed files with 19 additions and 19 deletions

View File

@ -1,3 +1,4 @@
<p> <section>
_{MsgHelpIntroduction} _{MsgHelpIntroduction}
<section>
^{formWidget} ^{formWidget}

View File

@ -1,6 +1,5 @@
$newline never $newline never
$# Wrapper for all kinds of forms $# Wrapper for all kinds of forms
<section>
<form ##{formId} method=#{decodeUtf8 (renderStdMethod formMethod)} action=#{fromMaybe "" formActionUrl} enctype=#{formEncoding} *{formAttrs}> <form ##{formId} method=#{decodeUtf8 (renderStdMethod formMethod)} action=#{fromMaybe "" formActionUrl} enctype=#{formEncoding} *{formAttrs}>
$# Distinguish different falvours of submit button layouts here: $# Distinguish different falvours of submit button layouts here:
$case formSubmit $case formSubmit