~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/submit/submit.html

  • Committer: William Grant
  • Date: 2009-03-26 10:07:58 UTC
  • mto: (1165.3.1 submissions)
  • mto: This revision was merged to the branch mainline in revision 1174.
  • Revision ID: grantw@unimelb.edu.au-20090326100758-6wasvc45579lu5y8
Show the deadline for each project when submitting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        <ul style="list-style: none">
13
13
          <li py:for="project in principal.get_projects()">
14
14
            <input type="radio" name="project" value="${project.id}">
15
 
              ${project.name} - <em>${project.synopsis}</em>
 
15
              ${project.name} - <em>${project.synopsis}</em> - (due
 
16
${format_datetime(project.deadline)})
16
17
            </input>
17
18
          </li>
18
19
        </ul>