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

« back to all changes in this revision

Viewing changes to ivle/webapp/groups/__init__.py

  • 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:
33
33
    """
34
34
    template = 'template.html'
35
35
    tab = 'subjects'
36
 
    permission = 'edit'
 
36
    permission = 'admin_groups'
37
37
 
38
38
    def populate(self, req, ctx):
39
39
        self.plugin_styles[Plugin] = ['groups.css']