From 526034510b69d738189d2d90fdc1c04229856d40 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 May 2017 21:05:58 -0400 Subject: [PATCH] validation summary --- Project-Unite/Views/Contests/CreateContest.cshtml | 6 ++++++ 1 file changed, 6 insertions(+) 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" })