Merge pull request #1930 from normanjaeckel/LoginModalText

Fixed login modal info text. Fixed #1924.
This commit is contained in:
Oskar Hahn 2016-01-31 01:36:30 +01:00
commit b6f7836678

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: