diff --git a/src/Yavsc.Org/Views/Account/AccessDenied.cshtml b/src/Yavsc.Org/Views/Account/AccessDenied.cshtml
index 0745189e..4e8b2f84 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 e2d7a02d..3b318ef7 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 d1e50615..4faaf2d0 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 dc9fbf7a..82c653c7 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 b0ee8e88..54df2e3e 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 b49dee09..893807f7 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 388b2ecd..92a7f34e 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 5f64c727..0cdbb2e3 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 079882b3..871c0c74 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 a59ab801..0165665c 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"];
+}