diff roundup/cgi/actions.py @ 4416:36d52125c9cf

fixed registration, issue2550665 (thanks Timo Paulssen)
author Richard Jones <richard@users.sourceforge.net>
date Fri, 10 Sep 2010 06:31:30 +0000
parents 74476eaac38a
children 52e13bf0bb40
line wrap: on
line diff
--- a/roundup/cgi/actions.py	Tue Sep 07 15:42:04 2010 +0000
+++ b/roundup/cgi/actions.py	Fri Sep 10 06:31:30 2010 +0000
@@ -798,7 +798,7 @@
         # nice message
         message = self._('You are now registered, welcome!')
         url = '%suser%s?@ok_message=%s'%(self.base, self.userid,
-            urllib._quote(message))
+            urllib_.quote(message))
 
         # redirect to the user's page (but not 302, as some email clients seem
         # to want to reload the page, or something)

Roundup Issue Tracker: http://roundup-tracker.org/