diff --git a/templates/pages/error.gohtml b/templates/pages/error.gohtml
index 2a323ff..17ac1d5 100644
--- a/templates/pages/error.gohtml
+++ b/templates/pages/error.gohtml
@@ -4,7 +4,7 @@
{{else if or (eq .StatusCode 403) (eq .StatusCode 401)}}
You are not authorized to view the requested page.
{{else if eq .StatusCode 404}}
-
Click {{link (call .Reverse "home") "here" .Path}} to return home
+
Click {{link (call .ToURL "home") "here" .Path}} to return home
{{else}}
Something went wrong
{{end}}
diff --git a/templates/pages/forgot-password.gohtml b/templates/pages/forgot-password.gohtml
index e838e83..18437d0 100644
--- a/templates/pages/forgot-password.gohtml
+++ b/templates/pages/forgot-password.gohtml
@@ -14,7 +14,7 @@
Reset password
- Cancel
+ Cancel
{{template "csrf" .}}
diff --git a/templates/pages/login.gohtml b/templates/pages/login.gohtml
index d82ebf4..af18c6c 100644
--- a/templates/pages/login.gohtml
+++ b/templates/pages/login.gohtml
@@ -17,10 +17,10 @@