diff --git a/src/MusicStore/Views/Account/Login.cshtml b/src/MusicStore/Views/Account/Login.cshtml
index e1c0331315..e64b7d8dc0 100644
--- a/src/MusicStore/Views/Account/Login.cshtml
+++ b/src/MusicStore/Views/Account/Login.cshtml
@@ -17,16 +17,14 @@
@Html.ValidationSummary(true)
-
- @*
-
-
*@
@section Scripts {
@*Bug : Script helpers are out of scope for alpha*@
diff --git a/src/MusicStore/Views/Account/Register.cshtml b/src/MusicStore/Views/Account/Register.cshtml
index 03ef461d0c..c8e85b78a6 100644
--- a/src/MusicStore/Views/Account/Register.cshtml
+++ b/src/MusicStore/Views/Account/Register.cshtml
@@ -14,22 +14,19 @@
@Html.ValidationSummary()