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

« back to all changes in this revision

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

Merge from new-dispatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    def __init__(self, req, path):
36
36
        self.path = path
37
37
 
 
38
    def authorize(self, req):
 
39
        return req.user is not None
 
40
 
38
41
    def populate(self, req, ctx):
39
42
        self.plugin_styles[Plugin] = ['forum.css']
40
43