diff --git a/pages/signup-oauth.tmpl b/pages/signup-oauth.tmpl
index 8ba65b4..fcd70d2 100644
--- a/pages/signup-oauth.tmpl
+++ b/pages/signup-oauth.tmpl
@@ -1,188 +1,186 @@
-{{define "head"}}
Log in — {{.SiteName}}
-
-
+{{define "head"}}Finish Creating Account — {{.SiteName}}
{{end}}
{{define "content"}}
-
Log in to {{.SiteName}}
+
Finish creating account
{{if .Flashes}}
{{range .Flashes}}- {{.}}
{{end}}
{{end}}
{{end}}