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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-25 09:34:17 UTC
  • Revision ID: matt.giuca@gmail.com-20100225093417-02z6stnx9biqpbol
Exercise display: Shows a warning if the worksheet cutoff has passed for this subject, that it will not count towards your marks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
    # work than we need. We just need to get the exercise name and a few other
234
234
    # fields from the XML.
235
235
 
 
236
    curctx['req'] = req
236
237
    curctx['exercise'] = exercise
237
238
    curctx['description'] = None
238
239
    curctx['error'] = None