Skip to content
Snippets Groups Projects
Verified Commit c0ceb07f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Set managed_by_app_label to ""

parent 501699e9
No related branches found
No related tags found
1 merge request!48Revert "Update pyproject"
...@@ -640,6 +640,7 @@ class RegisterEventWizardView(SessionWizardView): ...@@ -640,6 +640,7 @@ class RegisterEventWizardView(SessionWizardView):
_email.save() _email.save()
registration = EventRegistration.objects.create( registration = EventRegistration.objects.create(
managed_by_app_label="",
event=event, event=event,
person=person, person=person,
medical_information=cleaned_data_additional["medical_information"], medical_information=cleaned_data_additional["medical_information"],
......
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