mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
validation summary
This commit is contained in:
parent
0839905422
commit
526034510b
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue