29
29
<li py:for="project in principal.get_projects(offering=offering)"
30
30
py:with="attrs = {'disabled': 'disabled'} if project.deadline < now else {}">
31
31
<input type="radio" name="project" id="project_${project.id}" value="${project.id}" py:attrs="attrs" />
35
35
<p>Ensure that you have committed all changes - only changes in the repository will be submitted.</p>