diff options
Diffstat (limited to 'archaeological_finds')
| -rw-r--r-- | archaeological_finds/forms_treatments.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py index 1713bff1a..f4848446e 100644 --- a/archaeological_finds/forms_treatments.py +++ b/archaeological_finds/forms_treatments.py @@ -1035,8 +1035,9 @@ class ExhibitionForm(forms.ModelForm, CustomForm, ManageOldType): "year", "reference", "in_charge", - "comment", "associated_basket_id", + "description", + "comment", ] HEADERS = { |
