Autosubmit mailing list confirmation

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-03-12 15:14:00 +01:00
parent d1e0ec649a
commit 5ac6511f63
3 changed files with 15 additions and 8 deletions

View File

@@ -24,9 +24,10 @@ import (
var pageTmplHTML string
type form struct {
ActionURL template.URL
Button string
Danger bool
ActionURL template.URL
Button string
Danger bool
AutoSubmit bool
}
type page struct {