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

Remove unnecessary save.

parent 54a14b8c
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@ def register_event(request, cn):
mail=register_form.cleaned_data['guardian_mail'],
mobile=register_form.cleaned_data['guardian_mobile']
)
guardian.save()
current_person.guardians.append(guardian.dn)
current_person.save()
......
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