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

« back to all changes in this revision

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

Display an informative view on submission success.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
            project.submit(self.context, self.path, revision, req.user)
91
91
 
 
92
            self.template = 'submitted.html'
 
93
            ctx['project'] = project
 
94
 
92
95
        ctx['req'] = req
93
96
        ctx['principal'] = self.context
94
97
        ctx['offering'] = self.offering