~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-24 01:05:33 UTC
  • Revision ID: matt.giuca@gmail.com-20100224010533-ccr0d5fnp2k0qoyv
Removed ivle/webapp/admin/templates/subject.html, an empty template. Offeringservice no longer depends on it (it was the default template for that view, but never used).

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"""