Skip to content
Snippets Groups Projects
Verified Commit 3deb86c0 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix syntax.

parent c729b68e
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ def change_password(request):
if ret:
context['success'] = True
else:
context]'error'] = _('Fehler beim Ändern des Passworts.')
context['error'] = _('Fehler beim Ändern des Passworts.')
else:
context['error'] = _('Das angegebene alte Passwort ist falsch!')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment