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

« back to all changes in this revision

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

Fix some issues with undefined variables in view template contexts. Genshi 0.5
is much less lenient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
    def populate(self, req, ctx):
19
19
        ctx['windowpane'] = False
 
20
        ctx['start_body_attrs'] = {}
20
21
 
21
22
class Plugin(ViewPlugin, OverlayPlugin, MediaPlugin):
22
23
    urls = [