Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
| File tgpatch.diff,
736 bytes
(added by xavid, 3 years ago) |
|
Patch
|
-
|
|
|
|
| 89 | 89 | """ |
| 90 | 90 | if not request.identity: |
| 91 | 91 | 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) |
| 93 | 93 | userid = request.identity['repoze.who.userid'] |
| 94 | 94 | flash(_('Welcome back, %s!') % userid) |
| 95 | 95 | redirect(came_from) |
Download in other formats: