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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-05-14 02:30:46 UTC
  • mfrom: (1165.3.86 submissions-admin)
  • Revision ID: grantw@unimelb.edu.au-20090514023046-ujf6ay6rf6iioz9s
Merge submissions-admin.

Offering staff can now administer projects and view their projects'
submissions. A tool is also provided to create archives of each submission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
              <a href="${offering_url(enrolment.offering)}/+worksheets">${enrolment.offering.subject.name}</a>
20
20
              <py:if test="'edit' in enrolment.offering.get_permissions(user)">
21
21
                -
22
 
                <a href="${offering_url(enrolment.offering)}/+groups">(administer groups)</a>
 
22
                <a href="${offering_url(enrolment.offering)}/+projects">(administer projects)</a>
23
23
                <a href="${offering_url(enrolment.offering)}/+enrolments/+new">(enrol users)</a>
24
24
              </py:if>
25
25
            </li>