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

« back to all changes in this revision

Viewing changes to ivle/dispatch/__init__.py

Moved groups over to the new class-based xhtml templating way of being
displayed

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
plugins_HACK = [
53
53
    'ivle.webapp.admin.user#Plugin',
54
54
    'ivle.webapp.browser#Plugin',
 
55
    'ivle.webapp.groups#Plugin',
55
56
]
56
57
 
57
58
def get_routes_mapper():