~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: 2009-03-01 23:54:45 UTC
  • Revision ID: grantw@unimelb.edu.au-20090301235445-a3x4kmwm7qjwru45
Move Groups into the 'subjects' tab (giving it a favicon) and put the
subject name into the page title.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    The groups view
33
33
    """
34
34
    template = 'template.html'
35
 
    tab = 'groups'
 
35
    tab = 'subjects'
36
36
    permission = 'edit'
37
37
 
38
38
    def __init__(self, req, subject, year, semester):