From 357e8f24c7955f3cac0963e08badf416a0d3ee9c Mon Sep 17 00:00:00 2001 From: Cefin Date: Wed, 6 Oct 2021 14:30:24 +0200 Subject: adding adress field for search --- archaeological_warehouse/forms.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_warehouse/forms.py') diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index a5b8bb50c..b1ff0a480 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -150,6 +150,8 @@ class WarehouseSelect(CustomForm, TableSelect): ), validators=[valid_id(Person)], ) + address = forms.CharField(label=_("Address")) + def __init__(self, *args, **kwargs): super(WarehouseSelect, self).__init__(*args, **kwargs) -- cgit v1.2.3