26
26
<p>You may submit to any open project in ${offering.subject.name}. Which project do you wish to submit this for?</p>
27
27
<form action="" method="post">
30
30
py:with="attrs = {'disabled': 'disabled'} if project.deadline < now else {}">
39
35
<p>Ensure that you have committed all changes - only changes in the repository will be submitted.</p>
40
36
<p>You may resubmit a project again at any time until its deadline.</p>
41
37
<p><input type="submit" value="Submit Project" /></p>