From 2bb1cc38110dc968492e2222b45e7940d4080d16 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <gawi@prc.prc.parkinson.lu>
Date: Tue, 28 Feb 2017 18:00:38 +0100
Subject: [PATCH] unnecessary sugestions for subject fields removed

---
 smash/web/models.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/smash/web/models.py b/smash/web/models.py
index f3c85fd8..3c1a699b 100644
--- a/smash/web/models.py
+++ b/smash/web/models.py
@@ -431,7 +431,6 @@ class Appointment(models.Model):
     )
     appointment_types = models.ManyToManyField(AppointmentType,
         verbose_name='Appointment types',
-        null=True, blank=True
     )
     room = models.ForeignKey(Room,
         verbose_name='Room ID',
-- 
GitLab