diff --git a/Brie/brie/controllers/root.py b/Brie/brie/controllers/root.py index 9f18c96..eeb6b3c 100644 --- a/Brie/brie/controllers/root.py +++ b/Brie/brie/controllers/root.py @@ -61,7 +61,6 @@ class RootController(BaseController): registration = RegistrationController(edit, administration) treasury = TreasuryController() plugins = PluginsController() - groups = GroupsController() @expose('brie.templates.index') def index(self):