in login.html, I have replaced
<form action="${tg.url('/login_handler',
dict(params=dict(came_from=came_from.encode('utf-8'),
__logins=login_counter.encode('utf-8'))))}" method="post"
class="loginfields">
by
<form action="${tg.url('/login_handler',
dict(came_from=came_from.encode('utf-8'),
__logins=login_counter.encode('utf-8')))}" method="post"
class="loginfields">
and now it works
Regards
--
Alain Spineux | aspineux gmail com
Your email 100% available | http://www.emailgency.com
Send backup mail report | http://www.magikmon.com/mkbackup
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.