summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Contests/CreateContest.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-20 21:05:58 -0400
committerMichael <[email protected]>2017-05-20 21:05:58 -0400
commit526034510b69d738189d2d90fdc1c04229856d40 (patch)
treec2e70b1e1b5cb3a17725f1dac98334a89542595e /Project-Unite/Views/Contests/CreateContest.cshtml
parent083990542280a9d54f3879492367a53adc05de5d (diff)
downloadproject-unite-526034510b69d738189d2d90fdc1c04229856d40.tar.gz
project-unite-526034510b69d738189d2d90fdc1c04229856d40.tar.bz2
project-unite-526034510b69d738189d2d90fdc1c04229856d40.zip
validation summary
Diffstat (limited to 'Project-Unite/Views/Contests/CreateContest.cshtml')
-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>