Fix typo in participant/views.py

This commit is contained in:
Norman Jäckel 2012-07-19 12:27:45 +02:00
parent 834c30321b
commit fd0f3d68fa

View File

@ -569,7 +569,7 @@ def login(request):
try:
admin = User.objects.get(pk=1)
if admin.check_password(config['admin_password']):
extra_content['first_time_essage'] = _(
extra_content['first_time_message'] = _(
"Installation was successfully! Use %(user)s "
"(password: %(password)s) for first login.<br>"
"<strong>Important:</strong> Please change the password after "