Use unicode when adding a message

This commit is contained in:
Mark Striemer 2016-02-05 09:07:19 -06:00
Родитель 67fd3d024e
Коммит a21654941f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'])