From 5222febd5b7a9ef177e051f14a048f53776ac194 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 May 2017 07:49:34 -0400 Subject: [PATCH] I fucking forgot the submit button. --- Project-Unite/Views/Contests/SubmitEntry.cshtml | 2 ++ 1 file changed, 2 insertions(+) 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 @@
Attachment:
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" })
+
+ } \ No newline at end of file