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

« back to all changes in this revision

Viewing changes to ivle/webapp/base/views.py

  • Committer: William Grant
  • Date: 2010-02-12 02:54:34 UTC
  • Revision ID: grantw@unimelb.edu.au-20100212025434-c1bgt2yibmmpccx0
Add offering creation UI, and allow admins to change the subject or semester of existing offerings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    subpath_allowed = False
26
26
 
27
27
    def __init__(self, req, context, subpath=None):
 
28
        self.req = req
28
29
        self.context = context
29
30
        if self.subpath_allowed:
30
31
            self.subpath = subpath