summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-09-24 11:34:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-09-24 11:34:33 +0200
commitd96f761a1fd9ef82f92fefc7dc84d202665741d6 (patch)
tree023c453d9d396f8a51715d44dffd6d2d70689e0e /archaeological_finds
parent59b0fd0d0e3f91d439dbf989d62bf04dcdb5b4d9 (diff)
downloadIshtar-d96f761a1fd9ef82f92fefc7dc84d202665741d6.tar.bz2
Ishtar-d96f761a1fd9ef82f92fefc7dc84d202665741d6.zip
🐛 fix add (+) shortcut in some popup windows
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/forms_treatments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py
index ad12e7a18..a15571a06 100644
--- a/archaeological_finds/forms_treatments.py
+++ b/archaeological_finds/forms_treatments.py
@@ -455,7 +455,7 @@ class TreatmentDeletionForm(FinalForm):
confirm_end_msg = _("Would you like to delete this treatment?")
-class QABasePackagingForm(IshtarForm):
+class QABasePackagingForm(CustomForm, IshtarForm):
create_treatment = forms.BooleanField(
label=_("Create a treatment"), required=False,
widget=widgets.CheckboxInput