Fix typo in participant/views.py
This commit is contained in:
parent
834c30321b
commit
fd0f3d68fa
@ -569,7 +569,7 @@ def login(request):
|
|||||||
try:
|
try:
|
||||||
admin = User.objects.get(pk=1)
|
admin = User.objects.get(pk=1)
|
||||||
if admin.check_password(config['admin_password']):
|
if admin.check_password(config['admin_password']):
|
||||||
extra_content['first_time_essage'] = _(
|
extra_content['first_time_message'] = _(
|
||||||
"Installation was successfully! Use %(user)s "
|
"Installation was successfully! Use %(user)s "
|
||||||
"(password: %(password)s) for first login.<br>"
|
"(password: %(password)s) for first login.<br>"
|
||||||
"<strong>Important:</strong> Please change the password after "
|
"<strong>Important:</strong> Please change the password after "
|
||||||
|
Loading…
Reference in New Issue
Block a user