diff --git a/Project-Unite/Views/Contests/CreateContest.cshtml b/Project-Unite/Views/Contests/CreateContest.cshtml index f6a3fc3..eb39b0a 100644 --- a/Project-Unite/Views/Contests/CreateContest.cshtml +++ b/Project-Unite/Views/Contests/CreateContest.cshtml @@ -21,6 +21,12 @@ { @Html.AntiForgeryToken() +
+
+ @Html.ValidationSummary() +
+
+
Contest name:
@Html.TextBoxFor(Model=>Model.Name, new { @class = "form-control" })