~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:31:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225063158-ii21yvv2nv9ga41k
Removed project.js, code for dynamically managing projects. This is all removed in favour of static UI. (Nothing there was used any more).

Show diffs side-by-side

added added

removed removed

Lines of Context:
686
686
 
687
687
    def populate(self, req, ctx):
688
688
        self.plugin_styles[Plugin] = ["project.css"]
689
 
        self.plugin_scripts[Plugin] = ["project.js"]
690
689
        ctx['req'] = req
691
690
        ctx['offering'] = self.context
692
691
        ctx['projectsets'] = []