diff --git a/Project-Unite/Views/Contests/CreateContest.cshtml b/Project-Unite/Views/Contests/CreateContest.cshtml index 911ca6e..57e0bce 100644 --- a/Project-Unite/Views/Contests/CreateContest.cshtml +++ b/Project-Unite/Views/Contests/CreateContest.cshtml @@ -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" })
+
@Html.TextBoxFor(Model=>Model.EndDate, new { id = "enddate", @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 93b5bcc..b500b33 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -9,6 +9,7 @@ + @Scripts.Render("~/Scripts/simplemde.js")