~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-22 00:46:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1818.
  • Revision ID: matt.giuca@gmail.com-20100722004645-giso3xsjm8o8rflf
Project page: Removed the space before the '*'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
            <td py:otherwise=""><span title="${submission.assessed.principal.display_name}">${submission.assessed.principal.short_name}</span></td>
56
56
          </py:choose>
57
57
            <td><span title="${submission.submitter.display_name}">${submission.submitter.short_name}</span></td>
58
 
            <td>${submission.date_submitted.strftime("%Y-%m-%d %H:%M:%S")}
59
 
                <py:if test="submission.late">* (${submission.days_late})</py:if></td>
 
58
            <td>${submission.date_submitted.strftime("%Y-%m-%d %H:%M:%S")}<py:if test="submission.late">* (${submission.days_late})</py:if></td>
60
59
            <td>${submission.get_svn_export_command(req)}</td>
61
60
          </tr>
62
61
        </py:for>