diff --git a/templates/custom/signin_mid.tmpl b/templates/custom/signin_mid.tmpl new file mode 100644 index 0000000000..0c1f204be6 --- /dev/null +++ b/templates/custom/signin_mid.tmpl @@ -0,0 +1,6 @@ +{{/* Uncomment to use this example in your login screen */}} +{{/* +
+*/}} \ No newline at end of file diff --git a/templates/custom/signup_top.tmpl b/templates/custom/signup_top.tmpl new file mode 100644 index 0000000000..e179322632 --- /dev/null +++ b/templates/custom/signup_top.tmpl @@ -0,0 +1,6 @@ +{{/* Uncomment to use this example in your registration form */}} +{{/* + +*/}} \ No newline at end of file diff --git a/templates/user/auth/signin_inner.tmpl b/templates/user/auth/signin_inner.tmpl index db705c4777..e6658120bd 100644 --- a/templates/user/auth/signin_inner.tmpl +++ b/templates/user/auth/signin_inner.tmpl @@ -11,7 +11,7 @@{{.DisableRegistrationReason}}
{{else}} + {{template "custom/signup_top"}}