diff --git a/templates/layouts/auth.gohtml b/templates/layouts/auth.gohtml index 6b78cd5..2fafea0 100644 --- a/templates/layouts/auth.gohtml +++ b/templates/layouts/auth.gohtml @@ -17,6 +17,12 @@
{{template "messages" .}} {{template "content" .}} + +
+ Login ◌ + Create an account ◌ + Forgot password? +
diff --git a/templates/pages/login.gohtml b/templates/pages/login.gohtml index 49747d5..d56d433 100644 --- a/templates/pages/login.gohtml +++ b/templates/pages/login.gohtml @@ -1,5 +1,6 @@ {{define "content"}} -
+ + {{template "messages" .}}
@@ -24,5 +25,4 @@
{{template "csrf" .}} - {{end}} \ No newline at end of file diff --git a/templates/pages/register.gohtml b/templates/pages/register.gohtml index a9d58e9..200ae27 100644 --- a/templates/pages/register.gohtml +++ b/templates/pages/register.gohtml @@ -1,5 +1,5 @@ {{define "content"}} -
+
diff --git a/templates/pages/reset-password.gohtml b/templates/pages/reset-password.gohtml index 16d4b8d..a1f5ce0 100644 --- a/templates/pages/reset-password.gohtml +++ b/templates/pages/reset-password.gohtml @@ -1,5 +1,5 @@ {{define "content"}} - +