doc: add submit btn

This commit is contained in:
Simon Vieille 2025-07-20 18:40:41 +02:00
commit 3abe533301
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -49,6 +49,7 @@ func main() {
WithConstraints(
validation.NewNotBlank(),
),
form.NewSubmit("submit"),
).
End().
WithMethod(http.MethodPost).