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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-25 02:53:40 UTC
  • Revision ID: matt.giuca@gmail.com-20100225025340-ei60f48zjmnu144d
Groups page is now 'Project set' page. Changed title. It now lists all projects in the set, as well as groups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        self.plugin_styles[Plugin] = ['groups.css']
40
40
        self.plugin_scripts[Plugin] = ['groups.js']
41
41
 
 
42
        ctx['req'] = req
42
43
        ctx['projectset'] = self.context
43
44
 
44
45
class Plugin(ViewPlugin, MediaPlugin):