Skip to content
Snippets Groups Projects
Commit 0c7bb08e authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

fix typo in comment

parent 6470185f
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ class AppointmentEditForm(ModelForm):
appointment_types_from_links.append(appointment_type_link.appointment_type)
for appointment_type in appointment_types:
if appointment_type not in appointment_types_from_links:
# we create new appointment links for appointements types that have been added
# we create new appointment links for appointments types that have been added
appointment_type_link = AppointmentTypeLink(appointment=appointment, appointment_type=appointment_type)
appointment_type_link.save()
return appointment
......
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