diff --git a/pages/landing.tmpl b/pages/landing.tmpl index e8b0b4a..b0a5f44 100644 --- a/pages/landing.tmpl +++ b/pages/landing.tmpl @@ -1,203 +1,197 @@ {{define "head"}} {{.SiteName}} {{end}} {{define "content"}}
{{ if .OpenRegistration }} {{template "oauth-buttons" .}} {{if not .DisablePasswordAuth}} {{if .Flashes}}
    {{range .Flashes}}
  • {{.}}
  • {{end}}
{{end}}
- - - +
+
+ + {{if .Federation}}

@your-username@{{.FriendlyHost}}

{{else}}

{{.FriendlyHost}}/your-username

{{end}} +
+
+
+
+
{{end}} {{ else }}

Registration is currently closed.

You can always sign up on another instance.

{{ end }}
{{if .Content}}
{{end}} {{ if .Content }}
{{.Content}}
{{ end }} {{end}} diff --git a/pages/signup-oauth.tmpl b/pages/signup-oauth.tmpl index fcd70d2..07bfa8b 100644 --- a/pages/signup-oauth.tmpl +++ b/pages/signup-oauth.tmpl @@ -1,186 +1,180 @@ {{define "head"}}Finish Creating Account — {{.SiteName}} {{end}} {{define "content"}}

Finish creating account

{{if .Flashes}}{{end}}
{{if .InviteCode}}{{end}}
- - - +
+
+ +
+
+
+
+ {{if .Federation}}

@your-username@{{.FriendlyHost}}

{{else}}

{{.FriendlyHost}}/your-username

{{end}} +
+
+
+ +
{{end}} diff --git a/pages/signup.tmpl b/pages/signup.tmpl index 5ac927c..4274232 100644 --- a/pages/signup.tmpl +++ b/pages/signup.tmpl @@ -1,180 +1,174 @@ {{define "head"}} Sign up — {{.SiteName}} {{end}} {{define "content"}}

Sign up

{{ if .Error }}

{{.Error}}

{{ else }} {{if .Flashes}}
    {{range .Flashes}}
  • {{.}}
  • {{end}}
{{end}}
{{template "oauth-buttons" .}} {{if not .DisablePasswordAuth}}
- - - +
+
+ + {{if .Federation}}

@your-username@{{.FriendlyHost}}

{{else}}

{{.FriendlyHost}}/your-username

{{end}} +
+
+
+
+
{{end}}
{{ end }}
{{end}}