~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-12 06:53:51 UTC
  • Revision ID: grantw@unimelb.edu.au-20100212065351-63ll06upbjrwl9vk
Allow tutors to manage groups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
        ctx['format_datetime'] = ivle.date.make_date_nice
235
235
        ctx['format_datetime_short'] = ivle.date.format_datetime_for_paragraph
236
236
        ctx['OfferingEdit'] = OfferingEdit
 
237
        ctx['GroupsView'] = GroupsView
237
238
 
238
239
        # As we go, calculate the total score for this subject
239
240
        # (Assessable worksheets only, mandatory problems only)