From 5995558bf34f43b7dc5e99dee25e449b4c691988 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sat, 15 May 2021 15:02:06 +0300 Subject: Smaller textarea for checklist items --- servo/models/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo/models/queue.py') diff --git a/servo/models/queue.py b/servo/models/queue.py index 28d04c3..4b6c2a9 100644 --- a/servo/models/queue.py +++ b/servo/models/queue.py @@ -28,7 +28,7 @@ class Queue(models.Model): locations = models.ManyToManyField( Location, - null=True, + blank=True, verbose_name=_('locations'), help_text=_("Pick the locations you want this queue to appear in.") ) -- cgit v1.2.3