diff options
Diffstat (limited to 'archaeological_warehouse/models.py')
-rw-r--r-- | archaeological_warehouse/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index 29615b6ef..7b694b799 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -623,7 +623,7 @@ class ContainerType(GeneralType): default=False, help_text=_( "Container that will not usually be moved. Ex: building, " - "room, span, shelf." + "room, span, shelf. Stationary containers are not automatically numbered." ), ) length = models.IntegerField(_("Length (mm)"), blank=True, null=True) |