summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
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=[])