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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-12-08 05:17:41 UTC
  • Revision ID: grantw@unimelb.edu.au-20091208051741-ge3tbktd1ebyt6p4
Use the publishing framework to generate URLs to projectsets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        req.store.flush()
56
56
    
57
57
        self.template = "templates/project_fragment.html"
 
58
        self.ctx['req'] = req
58
59
        self.ctx['project'] = new_project
59
 
        self.ctx['project_url'] = self._project_url(new_project)
60
60
 
61
61
        return {'success': True, 'projectset_id': self.context.id}
62
62