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

« back to all changes in this revision

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

Clean out the OfferingProjectsView context a bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
        self.plugin_styles[Plugin] = ["project.css"]
169
169
        self.plugin_scripts[Plugin] = ["project.js"]
170
170
        ctx['offering'] = self.context
171
 
        ctx['subject'] = self.context.subject.short_name
172
 
        ctx['year'] = self.context.semester.year
173
 
        ctx['semester'] = self.context.semester.semester
174
 
 
175
171
        ctx['projectsets'] = []
176
172
 
177
173
        #Open the projectset Fragment, and render it for inclusion