summaryrefslogtreecommitdiff
path: root/templates/form/fields/email.toml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/form/fields/email.toml')
-rw-r--r--templates/form/fields/email.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/form/fields/email.toml b/templates/form/fields/email.toml
index 9e2626a..3ef14e8 100644
--- a/templates/form/fields/email.toml
+++ b/templates/form/fields/email.toml
@@ -2,7 +2,6 @@ type = "email"
name = "email"
placeholder = "E-Mail"
-attributes = {
- "data-email" = "test@example.org"
-}
+[attributes]
+data-email = "test@example.org"