From cee06cc9c9775dcc6fc90ae05c3bd19bc895419c Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 8 Feb 2023 15:40:25 +0100 Subject: [PATCH] Override signup template to include Blender ID message --- templates/user/auth/signup.tmpl | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 templates/user/auth/signup.tmpl diff --git a/templates/user/auth/signup.tmpl b/templates/user/auth/signup.tmpl new file mode 100644 index 0000000..9999116 --- /dev/null +++ b/templates/user/auth/signup.tmpl @@ -0,0 +1,50 @@ +{{template "base/head" .}} + +
+ {{/* template "user/auth/signin_navbar" . */}} +
+
+ {{/* template "user/auth/signin_inner" . */}} + +
+

+ {{.locale.Tr "auth.oauth_signup_title"}} +

+
+
+ {{.CsrfTokenHtml}} + + {{template "base/alert" .}} + +
+

+ Username and email are provided by your Blender ID.
+ Press "Complete Registration" to continue. +

+
+ +
+ + +
+
+ + +
+ +
+ + +
+ +
+
+
+ +
+
+
+{{template "base/footer" .}}