diff options
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 |
commit | d96f761a1fd9ef82f92fefc7dc84d202665741d6 (patch) | |
tree | 023c453d9d396f8a51715d44dffd6d2d70689e0e /archaeological_finds/forms_treatments.py | |
parent | 59b0fd0d0e3f91d439dbf989d62bf04dcdb5b4d9 (diff) | |
download | Ishtar-d96f761a1fd9ef82f92fefc7dc84d202665741d6.tar.bz2 Ishtar-d96f761a1fd9ef82f92fefc7dc84d202665741d6.zip |
🐛 fix add (+) shortcut in some popup windows
Diffstat (limited to 'archaeological_finds/forms_treatments.py')
-rw-r--r-- | archaeological_finds/forms_treatments.py | 2 |
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 |