mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-09 13:22:18 -06:00
Fix BackgroundJobMixin
This commit is contained in:
@@ -12,7 +12,7 @@ __all__ = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class BackgroundJobMixin:
|
class BackgroundJobMixin(forms.Form):
|
||||||
background_job = forms.BooleanField(
|
background_job = forms.BooleanField(
|
||||||
label=_('Background job'),
|
label=_('Background job'),
|
||||||
help_text=_("Execute this task via a background job"),
|
help_text=_("Execute this task via a background job"),
|
||||||
|
|||||||
Reference in New Issue
Block a user