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" .}}