~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-21 04:21:50 UTC
  • Revision ID: matt.giuca@gmail.com-20100721042150-qovg2sth81sgbdq7
Project page: Replaced the confusing title 'Assigned submitters' with 'Expected submitters', and the heading 'assigned' with 'name'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        </tbody>
62
62
      </table>
63
63
 
64
 
      <h2>Assigned submitters</h2>
 
64
      <h2>Expected submitters</h2>
65
65
      <div py:if="project.project_set.assigned.count() == 0"
66
66
           py:choose="project.project_set.is_group">
67
67
        <py:when test="True">There are no groups assigned to submit this project. Do you want to <a href="${req.publisher.generate(project.project_set, GroupsView)}">create some</a>?</py:when>
69
69
      </div>
70
70
      <table id="project_assigneds" class="pretty_table"
71
71
             py:if="project.project_set.assigned.count() > 0">
72
 
        <thead><tr><th>Assigned</th></tr></thead>
 
72
        <thead><tr><th>Name</th></tr></thead>
73
73
        <tbody>
74
74
        <py:for each="assignee in project.project_set.assigned">
75
75
          <tr>