~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: 2010-02-11 09:11:55 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211091155-kvrh4fc2e61c9laz
Remove vestigial OfferingAdminView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
            'stream': ex_stream,
268
268
            'exid': exercise.id}
269
269
 
270
 
class OfferingAdminView(XHTMLView):
271
 
    """The admin view for an Offering.
272
 
    
273
 
    This class is designed to check the user has admin privileges, and
274
 
    then allow them to edit the RST for the offering, which controls which
275
 
    worksheets are actually displayed on the page."""
276
 
    pass
277
 
 
278
270
 
279
271
# The first element is the default format
280
272
WORKSHEET_FORMATS = (('reStructuredText', 'rst'), ('XHTML (legacy)', 'xml'))