From 444204b50ec40181404c0c7b9d82c2fd2a1aaa89 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 13 Jun 2024 15:08:48 +0200 Subject: 🩹 container forms: rename Ref. -> Reference (refs #5878) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_warehouse/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_warehouse/forms.py') diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index 5cfcc2dd1..3e5f6f7a8 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -336,7 +336,7 @@ class ContainerForm(CustomForm, ManageOldType, forms.Form): "responsibility": models.Warehouse, "parent": models.Container, } - reference = forms.CharField(label=_("Ref."), max_length=200) + reference = forms.CharField(label=_("Reference"), max_length=200) code = forms.CharField(label=_("Code"), max_length=200, required=False) old_reference = forms.CharField( label=_("Old reference"), required=False, max_length=200 -- cgit v1.2.3