Use unicode when adding a message
This commit is contained in:
Родитель
67fd3d024e
Коммит
a21654941f
|
@ -74,7 +74,7 @@ def login_user(request, user, identity):
|
|||
if not user.fxa_migrated():
|
||||
messages.success(
|
||||
request,
|
||||
_('Great job! You can now log in to Add-ons with your '
|
||||
_(u'Great job! You can now log in to Add-ons with your '
|
||||
'Firefox Account.'),
|
||||
extra_tags='fxa')
|
||||
user.update(fxa_id=identity['uid'], email=identity['email'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче