diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-03-01 18:15:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:43:02 +0200 |
commit | 6d796bab7ddb2d3f07ef13dec32b2b8c256f90b3 (patch) | |
tree | 9030233c2c810350378c9277235825c4f59fb975 /archaeological_finds/forms.py | |
parent | 337ae3b6e9dfdd25543f7b816e9e444619910393 (diff) | |
download | Ishtar-6d796bab7ddb2d3f07ef13dec32b2b8c256f90b3.tar.bz2 Ishtar-6d796bab7ddb2d3f07ef13dec32b2b8c256f90b3.zip |
🐛 Find - fix m2m edtion of museum fields
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 33611d074..2dd222927 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -220,6 +220,8 @@ class BasicFindForm(CustomForm, ManageOldType): "technical_area", "technical_processe", "museum_former_collection", + "museum_inventory_marking_presence", + "museum_marking_type", ] associated_models = { "material_type": models.MaterialType, |