Fix BackgroundJobMixin
Some checks failed
CI / build (20.x, 3.10) (push) Has been cancelled
CI / build (20.x, 3.11) (push) Has been cancelled
CI / build (20.x, 3.12) (push) Has been cancelled

This commit is contained in:
Jeremy Stretch 2025-07-17 09:33:46 -04:00
parent 05472f326f
commit c9688e7fca

View File

@ -12,7 +12,7 @@ __all__ = (
)
class BackgroundJobMixin:
class BackgroundJobMixin(forms.Form):
background_job = forms.BooleanField(
label=_('Background job'),
help_text=_("Execute this task via a background job"),