From fd0f3d68fa9e90c6fb8f109f6ff36a5d851edee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Thu, 19 Jul 2012 12:27:45 +0200 Subject: [PATCH] Fix typo in participant/views.py --- openslides/participant/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/participant/views.py b/openslides/participant/views.py index fd6be11b2..ecca1330b 100644 --- a/openslides/participant/views.py +++ b/openslides/participant/views.py @@ -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.
" "Important: Please change the password after "