From 0deeb6bbecd35f672c55382bc32d596e642e346e Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 13 May 2021 10:48:37 +0300 Subject: Only show check-in button on login when feature enabled. --- servo/models/queue.py | 1 + 1 file changed, 1 insertion(+) (limited to 'servo/models') diff --git a/servo/models/queue.py b/servo/models/queue.py index 8eefab6..28d04c3 100644 --- a/servo/models/queue.py +++ b/servo/models/queue.py @@ -28,6 +28,7 @@ class Queue(models.Model): locations = models.ManyToManyField( Location, + null=True, verbose_name=_('locations'), help_text=_("Pick the locations you want this queue to appear in.") ) -- cgit v1.2.3