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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/user.py

ivle.webapp.admin.user#UserSettingsView: s/settings_login/login/, as we can no
    longer conflict with the global context.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        req.scripts_init = [
84
84
            "revert_settings"
85
85
        ]
86
 
        ctx['settings_login'] = self.context.login
 
86
        ctx['login'] = self.context.login
87
87
 
88
88
class Plugin(BasePlugin):
89
89
    """