Skip to content
Snippets Groups Projects
Commit dfde5323 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch 'appointments-dev' of...

Merge branch 'appointments-dev' of https://git-r3lab.uni.lu/piotr.atyjaszyk/scheduling-system into appointments-dev
parents 1ca534bb 2bb1cc38
No related branches found
No related tags found
1 merge request!1Appointments dev
...@@ -431,7 +431,6 @@ class Appointment(models.Model): ...@@ -431,7 +431,6 @@ class Appointment(models.Model):
) )
appointment_types = models.ManyToManyField(AppointmentType, appointment_types = models.ManyToManyField(AppointmentType,
verbose_name='Appointment types', verbose_name='Appointment types',
null=True, blank=True
) )
room = models.ForeignKey(Room, room = models.ForeignKey(Room,
verbose_name='Room ID', verbose_name='Room ID',
......
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