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

« back to all changes in this revision

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

Remove the setup.configure import from setup.

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
 
53
56
        for subject in enrolled_subjects:
54
57
            new_subj = {}
55
58
            new_subj['name'] = subject.name