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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-03-05 07:20:43 UTC
  • Revision ID: matt.giuca@gmail.com-20100305072043-kbm4ysw08h610wod
Lecturer project page: Added link to External Subversion access to help lecturers figure out how to get their SVN password.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        req.headers_out.add('Content-Disposition',
108
108
            "attachment; filename=marks-%s-%ss%s.csv" %
109
109
            (offering.subject.short_name, offering.semester.year,
110
 
             offering.semester.url_name))
 
110
             offering.semester.semester))
111
111
 
112
112
        # "worksheets" is a list of (assessable, published) worksheet names
113
113
        worksheets = offering.worksheets.find(assessable=True, published=True)