I fucking forgot the submit button.

This commit is contained in:
Michael 2017-05-21 07:49:34 -04:00
parent 18a293c33d
commit 5222febd5b

View file

@ -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" />
}