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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject.py

Remove the last two uses of req.write_html_head_foot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        ctx['enrolled_subjects'] = []
51
51
        ctx['other_subjects'] = []
52
52
 
53
 
        req.content_type = "text/html"
54
 
        req.write_html_head_foot = True
55
 
 
56
53
        for subject in enrolled_subjects:
57
54
            new_subj = {}
58
55
            new_subj['name'] = subject.name