summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Views/Contests/CreateContest.cshtml6
1 files changed, 6 insertions, 0 deletions
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()
+ <div class="panel panel-danger">
+ <div class="panel-body">
+ @Html.ValidationSummary()
+ </div>
+ </div>
+
<dl>
<dt>Contest name:</dt>
<dd>@Html.TextBoxFor(Model=>Model.Name, new { @class = "form-control" })</dd>