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

« back to all changes in this revision

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

Modified the edit view of a worksheet to allow editing of the format
for the worksheet

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
        ctx['subject'] = self.subject
421
421
        ctx['year'] = self.year
422
422
        ctx['semester'] = self.semester
 
423
        #XXX: Get the list of formats from somewhere else
 
424
        ctx['formats'] = ['xml', 'rst']
423
425
 
424
426
 
425
427
class WorksheetAddView(XHTMLView):