From 921174babfd04f1da248a4eb4536d882963b4700 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 26 Mar 2021 15:12:31 +0100 Subject: Operation - Context records: Surface int -> float --- archaeological_warehouse/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_warehouse') 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) -- cgit v1.2.3