diff options
author | Cefin <kevon@tuta.io> | 2021-11-22 10:30:17 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:49 +0200 |
commit | 76f33567b2f49f993b28eb4f8881219b46f4d5c8 (patch) | |
tree | 5274633275f8ae8e0208c431cb3d79250ce5193f /archaeological_context_records/forms.py | |
parent | bbb7eaf34aabcaed4492c673c79d08b96d94b5b6 (diff) | |
download | Ishtar-76f33567b2f49f993b28eb4f8881219b46f4d5c8.tar.bz2 Ishtar-76f33567b2f49f993b28eb4f8881219b46f4d5c8.zip |
add operation common name on UE search #5219
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r-- | archaeological_context_records/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 73666cab5..f4c20d55a 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -148,6 +148,7 @@ class RecordSelect(DocumentItemSelect, PeriodSelect): operation__code_patriarche = forms.CharField( max_length=500, widget=OAWidget, label=_("Code PATRIARCHE") ) + operation__common_name = forms.CharField(label=_("Operation name"), max_length=30) operation__year = forms.IntegerField(label=_("Operation's year")) operation__operation_code = forms.IntegerField( label=_("Operation's number (index by year)") |