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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-25 01:53:19 UTC
  • Revision ID: matt.giuca@gmail.com-20100225015319-7j0oounlhi1bj6fp
Fixed broken console, due to function called with not enough arguments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
      
15
15
    This view allows for added a ProjectSet to an existing subject."""
16
16
 
17
 
    template = "subject.html"
18
 
 
19
17
    @named_operation('edit')
20
18
    def add_projectset(self, req, group_size):
21
19
        """Add a new ProjectSet"""