From 838a3e095e37fb912d3db0629abd21de7bdc3bd5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 24 Dec 2019 12:36:47 +0100 Subject: [PATCH] registration: Disable registration button if UID/email are incorrect Signed-off-by: Michael Tremer --- src/templates/auth/register.html | 38 ++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/src/templates/auth/register.html b/src/templates/auth/register.html index 313184fd..5b1a81f4 100644 --- a/src/templates/auth/register.html +++ b/src/templates/auth/register.html @@ -11,7 +11,7 @@ {{ _("Become a part of our community by registering an account!") }}

-
+ {% raw xsrf_form_html() %} @@ -60,7 +60,7 @@ -
@@ -70,10 +70,19 @@ {% block javascript %} {% end block %} -- 2.47.2