diff options
| author | Michael <[email protected]> | 2017-05-21 07:49:34 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-21 07:49:34 -0400 |
| commit | 5222febd5b7a9ef177e051f14a048f53776ac194 (patch) | |
| tree | 65e0b1a18edfb7cf2eb1727f8a756723ecb58dab | |
| parent | 18a293c33de48498bb7fa4bb77e62289de95c8f5 (diff) | |
| download | project-unite-5222febd5b7a9ef177e051f14a048f53776ac194.tar.gz project-unite-5222febd5b7a9ef177e051f14a048f53776ac194.tar.bz2 project-unite-5222febd5b7a9ef177e051f14a048f53776ac194.zip | |
I fucking forgot the submit button.
| -rw-r--r-- | Project-Unite/Views/Contests/SubmitEntry.cshtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project-Unite/Views/Contests/SubmitEntry.cshtml b/Project-Unite/Views/Contests/SubmitEntry.cshtml index b80b3fb..731ffd1 100644 --- a/Project-Unite/Views/Contests/SubmitEntry.cshtml +++ b/Project-Unite/Views/Contests/SubmitEntry.cshtml @@ -24,4 +24,6 @@ <dt>Attachment:</dt> <dd>If your submission has a download associated with it, upload it here. Please note: Only .zip files are allowed. @Html.TextBoxFor(Model => Model.Download, new { type="file", @class = "form-control" })</dd> </dl> + <hr/> + <input type="submit" value="Submit!" class="btn btn-primary" /> }
\ No newline at end of file |
