Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #2371: tgpatch.diff

File tgpatch.diff, 736 bytes (added by xavid, 3 years ago)

Patch

  • devtools/templates/turbogears/+package+/controllers/root.py_tmpl

     
    8989        """ 
    9090        if not request.identity: 
    9191            login_counter = request.environ['repoze.who.logins'] + 1 
    92             redirect(url('/login', came_from=came_from, __logins=login_counter)) 
     92            redirect('/login', came_from=came_from, __logins=login_counter) 
    9393        userid = request.identity['repoze.who.userid'] 
    9494        flash(_('Welcome back, %s!') % userid) 
    9595        redirect(came_from)