wrap forms in a section element

This commit is contained in:
Felix Hamann 2019-04-01 22:35:31 +02:00
parent b7293a5404
commit b2d87ec714

View File

@ -1,5 +1,6 @@
$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