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

« back to all changes in this revision

Viewing changes to ivle/dispatch/html.py

Merged from new-dispatch branch.
This branch is now a child of new-dispatch (until that branch is merged with
    trunk).

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
            '    <a href="%s">Sign out</a>\n'
107
107
            '  </p>\n' %
108
108
            (cgi.escape(nickname), cgi.escape(req.user.login),
109
 
             cgi.escape(util.make_path('settings')),
 
109
             cgi.escape(util.make_path(
 
110
                        os.path.join('~' + req.user.login, '+settings'))),
110
111
             cgi.escape(get_help_url(req)),
111
112
             cgi.escape(util.make_path('logout'))))
112
113
    else: