summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 8c29ff2b6..3267f806f 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -122,11 +122,11 @@ class RecordSelect(CustomForm, TableSelect):
class RecordFormSelection(CustomFormSearch):
- form_label = _("Context record search")
SEARCH_AND_SELECT = True
-
+ form_label = _("Context record search")
associated_models = {'pk': models.ContextRecord}
currents = {'pk': models.ContextRecord}
+
pk = forms.IntegerField(
label="", required=False,
widget=widgets.DataTable(