diff options
Diffstat (limited to 'servo/models')
-rw-r--r-- | servo/models/queue.py | 1 |
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.") ) |