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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-02-26 01:09:49 UTC
  • Revision ID: grantw@unimelb.edu.au-20100226010949-xka8c9s6y7aq4id1
Scroll to the end of the console output after *every* output, not just some. This removes some artifiacts resulting from scrolling a fraction of a second too late.

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)