From 62bf81fbe1bbd6bf966e69f9a3390693a0a394d4 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sun, 23 Jul 2023 14:47:39 +0000 Subject: [PATCH] added email field to form --- src/templates/auth/register.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/templates/auth/register.html b/src/templates/auth/register.html index a96868e7..d136a8f0 100644 --- a/src/templates/auth/register.html +++ b/src/templates/auth/register.html @@ -134,6 +134,31 @@ +
+
+
+
+

+ + + + +

+ {{ _("This email address is invalid") }} +
+
+ {{ _("This email address cannot be used") }} +
+
+ {{ _("This email address is already in use") }} +
+

+
+
+
+
+