Feature/provenance
Compare changes
Files
26+ 58
− 3
@@ -2,11 +2,12 @@ import logging
@@ -2,11 +2,12 @@ import logging
@@ -22,6 +23,47 @@ class AppointmentForm(ModelForm):
@@ -22,6 +23,47 @@ class AppointmentForm(ModelForm):
@@ -64,10 +106,16 @@ class AppointmentEditForm(AppointmentForm):
@@ -64,10 +106,16 @@ class AppointmentEditForm(AppointmentForm):
@@ -89,6 +137,8 @@ class AppointmentEditForm(AppointmentForm):
@@ -89,6 +137,8 @@ class AppointmentEditForm(AppointmentForm):
@@ -117,12 +167,16 @@ class AppointmentAddForm(AppointmentForm):
@@ -117,12 +167,16 @@ class AppointmentAddForm(AppointmentForm):
@@ -136,4 +190,5 @@ class AppointmentAddForm(AppointmentForm):
@@ -136,4 +190,5 @@ class AppointmentAddForm(AppointmentForm):
appointment_type_link = AppointmentTypeLink(appointment=appointment, appointment_type=appointment_type)