diff options
| author | Michael <[email protected]> | 2017-05-20 20:13:30 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-20 20:13:30 -0400 |
| commit | 3650bed48b1e759d6e4eb06951aef85088dfa0ba (patch) | |
| tree | 39bad9bbeecffbdf1435ea14c3ed9e7f4d89b21c /Project-Unite | |
| parent | 3aab388ce1b3fdbe6d97102fed11acd4baf0458c (diff) | |
| download | project-unite-3650bed48b1e759d6e4eb06951aef85088dfa0ba.tar.gz project-unite-3650bed48b1e759d6e4eb06951aef85088dfa0ba.tar.bz2 project-unite-3650bed48b1e759d6e4eb06951aef85088dfa0ba.zip | |
would a textbox work for datetime?
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Views/Contests/CreateContest.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Contests/CreateContest.cshtml b/Project-Unite/Views/Contests/CreateContest.cshtml index 62a2677..0775955 100644 --- a/Project-Unite/Views/Contests/CreateContest.cshtml +++ b/Project-Unite/Views/Contests/CreateContest.cshtml @@ -26,7 +26,7 @@ <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> <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> <dd>@Html.TextBoxFor(Model => Model.GoldReward, new { @class = "form-control" })</dd> <dt>Silver reward:</dt> |
