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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject.py

  • Committer: William Grant
  • Date: 2009-12-16 04:13:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1450.
  • Revision ID: me@williamgrant.id.au-20091216041319-hhh5p8yrb1m0dqx8
Improve worksheet management experience from the offering index.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    def populate(self, req, ctx):
85
85
        ctx['context'] = self.context
86
86
        ctx['req'] = req
 
87
        ctx['permissions'] = self.context.get_permissions(req.user)
87
88
 
88
89
 
89
90
class UserValidator(formencode.FancyValidator):