diff --git a/src/Yavsc.Org/Views/Account/AccessDenied.cshtml b/src/Yavsc.Org/Views/Account/AccessDenied.cshtml
index 0745189e4..4e8b2f84c 100644
--- a/src/Yavsc.Org/Views/Account/AccessDenied.cshtml
+++ b/src/Yavsc.Org/Views/Account/AccessDenied.cshtml
@@ -1,4 +1,8 @@
-
+@{
+ ViewBag.Title = Localizer["Account"];
+}
+
+
Access Denied
diff --git a/src/Yavsc.Org/Views/Account/ForgotPassword.cshtml b/src/Yavsc.Org/Views/Account/ForgotPassword.cshtml
index e2d7a02dd..3b318ef73 100644
--- a/src/Yavsc.Org/Views/Account/ForgotPassword.cshtml
+++ b/src/Yavsc.Org/Views/Account/ForgotPassword.cshtml
@@ -1,4 +1,7 @@
@model ForgotPasswordViewModel
+@{
+ ViewBag.Title = Localizer["Account"];
+}
+
\ No newline at end of file
diff --git a/src/Yavsc.Org/Views/Account/ForgotPasswordConfirmation.cshtml b/src/Yavsc.Org/Views/Account/ForgotPasswordConfirmation.cshtml
index d1e506152..4faaf2d06 100644
--- a/src/Yavsc.Org/Views/Account/ForgotPasswordConfirmation.cshtml
+++ b/src/Yavsc.Org/Views/Account/ForgotPasswordConfirmation.cshtml
@@ -1,5 +1,7 @@
@model string
+@{
+ ViewBag.Title = Localizer["Account"];
+}
Check your mail box!
-
diff --git a/src/Yavsc.Org/Views/Account/LoggedOut.cshtml b/src/Yavsc.Org/Views/Account/LoggedOut.cshtml
index dc9fbf7ab..82c653c75 100644
--- a/src/Yavsc.Org/Views/Account/LoggedOut.cshtml
+++ b/src/Yavsc.Org/Views/Account/LoggedOut.cshtml
@@ -1,4 +1,8 @@
-@model LoggedOutViewModel
+@{
+ ViewBag.Title = Localizer["Account"];
+}
+
+@model LoggedOutViewModel
@{
// set this so the layout rendering sees an anonymous user
diff --git a/src/Yavsc.Org/Views/Account/Login.cshtml b/src/Yavsc.Org/Views/Account/Login.cshtml
index b0ee8e88d..54df2e3e2 100644
--- a/src/Yavsc.Org/Views/Account/Login.cshtml
+++ b/src/Yavsc.Org/Views/Account/Login.cshtml
@@ -1,4 +1,7 @@
@model LoginViewModel
+@{
+ ViewBag.Title = Localizer["Account"];
+}
-
+
\ No newline at end of file
diff --git a/src/Yavsc.Org/Views/Account/Logout.cshtml b/src/Yavsc.Org/Views/Account/Logout.cshtml
index b49dee09c..893807f7e 100644
--- a/src/Yavsc.Org/Views/Account/Logout.cshtml
+++ b/src/Yavsc.Org/Views/Account/Logout.cshtml
@@ -1,4 +1,8 @@
-@model LogoutViewModel
+@{
+ ViewBag.Title = Localizer["Account"];
+}
+
+@model LogoutViewModel
diff --git a/src/Yavsc.Org/Views/Account/Register.cshtml b/src/Yavsc.Org/Views/Account/Register.cshtml
index 388b2ecd0..92a7f34e8 100644
--- a/src/Yavsc.Org/Views/Account/Register.cshtml
+++ b/src/Yavsc.Org/Views/Account/Register.cshtml
@@ -1,8 +1,11 @@
@model RegisterModel
+@{
+ ViewBag.Title = Localizer["Account"];
+}
+
\ No newline at end of file
diff --git a/src/Yavsc.Org/Views/Account/ResetPassword.cshtml b/src/Yavsc.Org/Views/Account/ResetPassword.cshtml
index 5f64c7273..0cdbb2e3c 100644
--- a/src/Yavsc.Org/Views/Account/ResetPassword.cshtml
+++ b/src/Yavsc.Org/Views/Account/ResetPassword.cshtml
@@ -1,4 +1,7 @@
@model ResetPasswordViewModel
+@{
+ ViewBag.Title = Localizer["Account"];
+}
+
\ No newline at end of file
diff --git a/src/Yavsc.Org/Views/Account/Signin.cshtml b/src/Yavsc.Org/Views/Account/Signin.cshtml
index 079882b3c..871c0c74a 100644
--- a/src/Yavsc.Org/Views/Account/Signin.cshtml
+++ b/src/Yavsc.Org/Views/Account/Signin.cshtml
@@ -1,4 +1,7 @@
@model SignInModel
+@{
+ ViewBag.Title = Localizer["Account"];
+}
-
+
\ No newline at end of file
diff --git a/src/Yavsc.Org/Views/Administration/Haircut.cshtml b/src/Yavsc.Org/Views/Administration/Haircut.cshtml
index a59ab801c..0165665c0 100644
--- a/src/Yavsc.Org/Views/Administration/Haircut.cshtml
+++ b/src/Yavsc.Org/Views/Administration/Haircut.cshtml
@@ -1,4 +1,7 @@
@model HaircutAdminViewModel
+@{
+ ViewBag.Title = Localizer["Administration"];
+}