Skip to content
Snippets Groups Projects
Commit 037b96b8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo.

parent 2d84bcc6
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def register_event(request, cn):
if bool(TeckidsParent.objects.filter(
given_name=register_form.cleaned_data['guardian_first_name'],
sn=register_form.cleaned_data['guardian_last_name']
):
)):
# Guardian with name exists - check other attributes
guardian = TeckidsParent.objects.get(
given_name=register_form.cleaned_data['guardian_first_name'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment