diff --git a/Project-Unite/Views/Account/Register.cshtml b/Project-Unite/Views/Account/Register.cshtml index 52dfce1..e8f43a4 100644 --- a/Project-Unite/Views/Account/Register.cshtml +++ b/Project-Unite/Views/Account/Register.cshtml @@ -10,8 +10,12 @@ @Html.AntiForgeryToken()

Create a new account.


- @Html.ValidationSummary("", new { @class = "text-danger" }) -
+
+
+ @Html.ValidationSummary() +
+
+
@Html.LabelFor(m => m.Email, new { @class = "col-md-2 control-label" })
@Html.TextBoxFor(m => m.Email, new { @class = "form-control", type="email" })