diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-03 14:33:55 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | 4b91b86589826eaca41468a513e527822cb7faee (patch) | |
tree | ed45a00d9c9d27d14ad498200a9bef66359b43dd | |
parent | b9ba361dec7a5aacd1507de87b1886674700ed1a (diff) | |
download | Ishtar-4b91b86589826eaca41468a513e527822cb7faee.tar.bz2 Ishtar-4b91b86589826eaca41468a513e527822cb7faee.zip |
Context record: change field order
-rw-r--r-- | archaeological_context_records/forms.py | 1 |
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 ) |