From b4673afa8c2225b621e4aa668630fe17490f85e1 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 May 2017 20:42:40 -0400 Subject: I win. --- Project-Unite/Views/Contests/CreateContest.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Project-Unite/Views/Contests/CreateContest.cshtml') diff --git a/Project-Unite/Views/Contests/CreateContest.cshtml b/Project-Unite/Views/Contests/CreateContest.cshtml index 57e0bce..19e72ff 100644 --- a/Project-Unite/Views/Contests/CreateContest.cshtml +++ b/Project-Unite/Views/Contests/CreateContest.cshtml @@ -12,8 +12,8 @@ crossorigin="anonymous"> @@ -29,7 +29,7 @@
Video ID:
If you have posted a YouTube video for this contest, paste its ID here. @Html.TextBoxFor(Model => Model.VideoId, new { @class = "form-control" })
End date:
-
@Html.TextBoxFor(Model=>Model.EndDate, new { id = "enddate", @class="form-control" })
+
@Html.TextBoxFor(Model=>Model.EndDate, new { id = "datetimepicker", @class="form-control" })
Gold reward:
@Html.TextBoxFor(Model => Model.GoldReward, new { @class = "form-control" })
Silver reward:
-- cgit v1.2.3