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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/project.html

  • Committer: Matt Giuca
  • Date: 2010-07-20 13:38:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1818.
  • Revision ID: matt.giuca@gmail.com-20100720133852-b4xvxuwpb8wljgop
database: Added ProjectSubmissions.days_late for more info.
Project page: Now shows the number of days late (rounded up) for any late submissions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
          </py:choose>
47
47
            <td><span title="${submission.submitter.display_name}">${submission.submitter.short_name}</span></td>
48
48
            <td py:attrs="{'class': 'late_submission'} if submission.late else {}">${submission.date_submitted.strftime("%Y-%m-%d %H:%M:%S")}
49
 
                <py:if test="submission.late">*</py:if></td>
 
49
                <py:if test="submission.late">* (${submission.days_late})</py:if></td>
50
50
            <td>${submission.get_svn_export_command(req)}</td>
51
51
          </tr>
52
52
        </py:for>
53
53
        </tbody>
54
54
      </table>
55
 
      <p class="late_submission">* Late submissions</p>
 
55
      <p class="late_submission">* Late submissions (number of days late)</p>
56
56
      <p>Check these out with your IVLE username and Subversion password, as
57
57
      documented under <a class="helpaction"
58
58
      href="/+help/Files/Subversion#external">External Subversion