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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/__init__.py

  • Committer: William Grant
  • Date: 2009-12-01 08:03:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20091201080321-q8fngigm32fkrj2d
Allow views to specify text for their breadcrumb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    template = 'templates/subjectmenu.html'
82
82
    tab = 'subjects' # XXX
83
83
    permission = 'view'
 
84
    breadcrumb_text = 'Worksheets'
84
85
 
85
86
    def populate(self, req, ctx):
86
87
        """Create the context for the given offering."""