Show More
@@ -191,7 +191,7 b' class UserModel(BaseModel):' | |||
|
191 | 191 | # notification to admins |
|
192 | 192 | subject = _('New user registration') |
|
193 | 193 | body = ( |
|
194 | 'New user registration\n' | |
|
194 | u'New user registration\n' | |
|
195 | 195 | '---------------------\n' |
|
196 | 196 | '- Username: {user.username}\n' |
|
197 | 197 | '- Full Name: {user.full_name}\n' |
General Comments 0
You need to be logged in to leave comments.
Login now