diff --git a/rhodecode/templates/email_templates/user_registration.mako b/rhodecode/templates/email_templates/user_registration.mako --- a/rhodecode/templates/email_templates/user_registration.mako +++ b/rhodecode/templates/email_templates/user_registration.mako @@ -12,7 +12,7 @@ A new user `${user.username}` has regist - Username: ${user.username} - Full Name: ${user.firstname} ${user.lastname} - Email: ${user.email} -- Profile link: ${h.route_path('user_profile', username=user.username, qualified=True)} +- Profile link: ${h.route_url('user_profile', username=user.username)} ${self.plaintext_footer()}