mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
would a textbox work for datetime?
This commit is contained in:
parent
3aab388ce1
commit
3650bed48b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
<dt>Video ID:</dt>
|
<dt>Video ID:</dt>
|
||||||
<dd>If you have posted a YouTube video for this contest, paste its ID here. @Html.TextBoxFor(Model => Model.VideoId, new { @class = "form-control" })</dd>
|
<dd>If you have posted a YouTube video for this contest, paste its ID here. @Html.TextBoxFor(Model => Model.VideoId, new { @class = "form-control" })</dd>
|
||||||
<dt>End date:</dt>
|
<dt>End date:</dt>
|
||||||
<dd>@Html.EditorFor(Model=>Model.EndDate, new { id = "enddate" })</dd>
|
<dd>@Html.TextBoxFor(Model=>Model.EndDate, new { id = "enddate" })</dd>
|
||||||
<dt>Gold reward:</dt>
|
<dt>Gold reward:</dt>
|
||||||
<dd>@Html.TextBoxFor(Model => Model.GoldReward, new { @class = "form-control" })</dd>
|
<dd>@Html.TextBoxFor(Model => Model.GoldReward, new { @class = "form-control" })</dd>
|
||||||
<dt>Silver reward:</dt>
|
<dt>Silver reward:</dt>
|
||||||
|
|
Loading…
Reference in a new issue