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 ea47be311..b2bf9f39b 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -115,6 +115,7 @@ class RecordSelect(TableSelect):
class RecordFormSelection(forms.Form):
form_label = _("Context record search")
+ SEARCH_AND_SELECT = True
associated_models = {'pk': models.ContextRecord}
currents = {'pk': models.ContextRecord}
pk = forms.IntegerField(