##// END OF EJS Templates
users: fix crash when creating users with non ASCII characters...
Mads Kiilerich -
r5697:4db2e72c stable
parent child Browse files
Show More
@@ -191,7 +191,7 b' class UserModel(BaseModel):'
191 # notification to admins
191 # notification to admins
192 subject = _('New user registration')
192 subject = _('New user registration')
193 body = (
193 body = (
194 'New user registration\n'
194 u'New user registration\n'
195 '---------------------\n'
195 '---------------------\n'
196 '- Username: {user.username}\n'
196 '- Username: {user.username}\n'
197 '- Full Name: {user.full_name}\n'
197 '- Full Name: {user.full_name}\n'
General Comments 0
You need to be logged in to leave comments. Login now