Fixed login modal info text. Fixed #1924.

This commit is contained in:
Norman Jäckel 2016-01-30 10:04:20 +01:00
parent 15bb62b39a
commit 01aad229fe

View File

@ -259,9 +259,9 @@ class UserLoginView(APIView):
context['info_text'] = _(
'Installation was successfully. Use {username} and '
'{password} for first login. Important: Please change '
'your password!'.format(
'your password!').format(
username='<strong>admin</strong>',
password='<strong>admin</strong>'))
password='<strong>admin</strong>')
else:
context['info_text'] = ''
else: