diff --git a/templates/pages/auth_form.html b/templates/pages/auth_form.html index 682a878..18206dd 100644 --- a/templates/pages/auth_form.html +++ b/templates/pages/auth_form.html @@ -87,7 +87,7 @@ - {{ if .isLoginPage }} + {{ if and (.isLoginPage) (not .disableForm) }}