summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0e06ae2e5..302aa1081 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -304,6 +304,7 @@ class RecordFormGeneral(CustomForm, ManageOldType):
comment = forms.CharField(
label=_("General comment"), widget=forms.Textarea, required=False
)
+ filling = forms.CharField(label=_("Filling"), widget=forms.Textarea, required=False)
excavation_technic = forms.ChoiceField(
label=_("Excavation technique"), choices=[], required=False
)