diff roundup/mailgw.py @ 4580:782737d1a2d7

issue2431638 wrong registration link in bounce mail. For non-registered we used a wrong link to the registration page.
author Ralf Schlatterbeck <rsc@runtux.com>
date Thu, 05 Jan 2012 21:47:34 +0100
parents ba4c632143f6
children f1d6e2b2eb64
line wrap: on
line diff
--- a/roundup/mailgw.py	Thu Jan 05 20:55:47 2012 +0100
+++ b/roundup/mailgw.py	Thu Jan 05 21:47:34 2012 +0100
@@ -843,7 +843,7 @@
                     tracker_web = self.config.TRACKER_WEB
                     registration_info = """ Please register at:
 
-%(tracker_web)suser?template=register
+%(tracker_web)suser?@template=register
 
 ...before sending mail to the tracker.""" % locals()
 

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