From 68167561b14b4f92375d035476f4a79093a0b1ea Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Mar 2020 12:13:12 +0100 Subject: Search fields for containers and warehouse Containers: - find: ID, label - operation: town, scientist Warehouse: - town --- ishtar_common/forms_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 5d97550ab..2b52f0919 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -57,7 +57,7 @@ from archaeological_finds.models import Find, FindBasket from archaeological_warehouse.models import Container -def get_town_field(label=_(u"Town"), required=True): +def get_town_field(label=_("Town"), required=True): help_text = _( u"

Type name, department code of the " u"town you would like to select. The search is insensitive to case." -- cgit v1.2.3