From: Michael Tremer Date: Tue, 24 Dec 2019 11:36:47 +0000 (+0100) Subject: registration: Disable registration button if UID/email are incorrect X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=838a3e095e37fb912d3db0629abd21de7bdc3bd5;p=ipfire.org.git registration: Disable registration button if UID/email are incorrect Signed-off-by: Michael Tremer --- 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 %}