aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/queue.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-13 10:48:37 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-13 10:48:37 +0300
commit0deeb6bbecd35f672c55382bc32d596e642e346e (patch)
tree7a05c466bdfc11661d9e074907f3475624d82063 /servo/models/queue.py
parentdbc4aff747b6d8e2bc817f91878b4f02458c30ae (diff)
downloadServo-0deeb6bbecd35f672c55382bc32d596e642e346e.tar.gz
Servo-0deeb6bbecd35f672c55382bc32d596e642e346e.tar.bz2
Servo-0deeb6bbecd35f672c55382bc32d596e642e346e.zip
Only show check-in button on login when feature enabled.
Diffstat (limited to 'servo/models/queue.py')
-rw-r--r--servo/models/queue.py1
1 files changed, 1 insertions, 0 deletions
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.")
)