9
9
<form action="" method="post">
10
10
<input type="hidden" name="project" value="${project.id}" />
11
11
<input type="hidden" name="late" value="yes" />
13
14
<p>You are about to submit ${project.name} for ${offering.subject.name}.</p>
14
20
<p>You may resubmit this project again at any time, but a new submission
15
21
will overwrite any made earlier, and further submissions may incur an
19
23
<input type="submit" value="Submit Late" />