diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-15 20:55:55 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | f22a48c5a0b8cfdf12980fc9bb10a0c882d6fb3b (patch) | |
tree | a30c3cbc67cb812f331569dd98fe7c03706ecccb /archaeological_context_records | |
parent | 15794680f2528a6e8398a61c88aee4dcc89f2bf3 (diff) | |
download | Ishtar-f22a48c5a0b8cfdf12980fc9bb10a0c882d6fb3b.tar.bz2 Ishtar-f22a48c5a0b8cfdf12980fc9bb10a0c882d6fb3b.zip |
New beta version - fix merge
Diffstat (limited to 'archaeological_context_records')
-rw-r--r-- | archaeological_context_records/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 302aa1081..0e06ae2e5 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -304,7 +304,6 @@ 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 ) |