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 +++--- Project-Unite/Views/Shared/_Layout.cshtml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'Project-Unite/Views') 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:
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index b500b33..353b7b3 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -24,6 +24,8 @@ integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"> + + @RenderSection("scripts", required: false) @ViewBag.Title • ShiftOS @Styles.Render("~/Content/css") -- cgit v1.2.3