diff options
| author | Michael <[email protected]> | 2017-05-20 20:23:10 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-20 20:23:10 -0400 |
| commit | 364dff1fb6defbb4879b39b2c61b9eddac27cfb9 (patch) | |
| tree | 9fa10704ff6bde4e0f63835451dbed1b669220e4 /Project-Unite/Views/Contests/CreateContest.cshtml | |
| parent | e32445624888faa68200ccbd3f7e2e47644de2eb (diff) | |
| download | project-unite-364dff1fb6defbb4879b39b2c61b9eddac27cfb9.tar.gz project-unite-364dff1fb6defbb4879b39b2c61b9eddac27cfb9.tar.bz2 project-unite-364dff1fb6defbb4879b39b2c61b9eddac27cfb9.zip | |
more fixes
Diffstat (limited to 'Project-Unite/Views/Contests/CreateContest.cshtml')
| -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 911ca6e..57e0bce 100644 --- a/Project-Unite/Views/Contests/CreateContest.cshtml +++ b/Project-Unite/Views/Contests/CreateContest.cshtml @@ -29,7 +29,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.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> <dd>@Html.TextBoxFor(Model => Model.GoldReward, new { @class = "form-control" })</dd> <dt>Silver reward:</dt> |
