more fixes

This commit is contained in:
Michael 2017-05-20 20:23:10 -04:00
parent e324456248
commit 364dff1fb6
2 changed files with 2 additions and 1 deletions

View file

@ -29,7 +29,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.TextBoxFor(Model=>Model.EndDate, new { id = "enddate" })</dd> <dd>@Html.TextBoxFor(Model=>Model.EndDate, new { id = "enddate", @class="form-control" })</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>

View file

@ -9,6 +9,7 @@
<html style="@style"> <html style="@style">
<head> <head>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/dark-hive/jquery-ui.css" />
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@Scripts.Render("~/Scripts/simplemde.js") @Scripts.Render("~/Scripts/simplemde.js")