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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-05-12 11:49:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: chadnickbok@gmail.com-20090512114931-k6rgwieyvbg8ld07
Removed non-functional links to delete projects and grant extensions.

Also fixed a line in the javascript which was accidentally commented out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        <py:for each="assignee in project.project_set.assigned">
31
31
          <tr>
32
32
            <td>${assignee.display_name}</td>
33
 
            <td><a>Grant an extension</a></td>
 
33
            <!-- <td><a>Grant an extension</a></td> -->
34
34
          </tr>
35
35
        </py:for>
36
36
      </table>