From fb8f2ab9b8fc95bfa63b5d749a1c79ce8a55756c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Apr 2026 17:24:35 +0200 Subject: 🐛 exhibition form: fix description field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/forms_treatments.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = { -- cgit v1.2.3