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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-25 06:52:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225065248-p1t8oys3olxtwdlg
project-form no longer assumes the type of context; pass an extra projectset value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
798
798
 
799
799
    def populate(self, req, ctx):
800
800
        super(ProjectNew, self).populate(req, ctx)
 
801
        ctx['projectset'] = self.context
801
802
 
802
803
    def populate_state(self, state):
803
804
        state.offering = self.context.offering