summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-09-02 08:38:11 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-09-02 08:38:11 +0200
commit7425ac6cb4b08a2933805b0de4594a2efbeacb32 (patch)
treeeff63a9fcd55836d7c19ca2261a012482061758b /archaeological_context_records/forms.py
parent7e7f4b81a8d7ec665c8945ef2ef26c9d5f13a66d (diff)
downloadIshtar-7425ac6cb4b08a2933805b0de4594a2efbeacb32.tar.bz2
Ishtar-7425ac6cb4b08a2933805b0de4594a2efbeacb32.zip
Search - criteria: "has finds" for operation and context record search
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 91c2fdf63..19df6aecc 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -133,6 +133,7 @@ class RecordSelect(DocumentItemSelect, PeriodSelect):
label=_(u"Search within related operations"), choices=[])
unit = forms.ChoiceField(label=_(u"Unit type"), choices=[])
parcel = forms.CharField(label=_(u"Parcel"))
+ has_finds = forms.NullBooleanField(label=_("Has finds"))
cr_relation_types = forms.ChoiceField(
label=_(u"Search within relations"), choices=[])