diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-22 17:24:35 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-22 17:24:35 +0200 |
| commit | fb8f2ab9b8fc95bfa63b5d749a1c79ce8a55756c (patch) | |
| tree | bf605a5164aa016829259c73ce699047fe27e36b /archaeological_finds/forms_treatments.py | |
| parent | c06afdf2c2b134c3b4f57167959e1687231c00e9 (diff) | |
| download | Ishtar-fb8f2ab9b8fc95bfa63b5d749a1c79ce8a55756c.tar.bz2 Ishtar-fb8f2ab9b8fc95bfa63b5d749a1c79ce8a55756c.zip | |
🐛 exhibition form: fix description field
Diffstat (limited to 'archaeological_finds/forms_treatments.py')
| -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 = { |
