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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-02-12 06:53:51 UTC
  • Revision ID: grantw@unimelb.edu.au-20100212065351-63ll06upbjrwl9vk
Allow tutors to manage groups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                <py:if test="'view_project_submissions' in permissions">
69
69
                  <br />
70
70
                  <a class="verifyaction" href="${req.publisher.generate(project)}">View submissions</a>
 
71
                  <a py:if="project.project_set.is_group" class="manageaction"
 
72
                     href="${req.publisher.generate(project.project_set, GroupsView)}">Manage groups</a>
71
73
                </py:if>
72
74
              </li>
73
75
            </ul>