~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: 2010-02-17 08:57:40 UTC
  • Revision ID: grantw@unimelb.edu.au-20100217085740-3atwitguxi3ukx2l
Add a Projects breadcrumb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
650
650
    template = 'templates/offering_projects.html'
651
651
    permission = 'edit'
652
652
    tab = 'subjects'
 
653
    breadcrumb_text = 'Projects'
653
654
 
654
655
    def populate(self, req, ctx):
655
656
        self.plugin_styles[Plugin] = ["project.css"]