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