Misc cleanup

This commit is contained in:
Jeremy Stretch 2025-07-17 09:06:11 -04:00
parent 058c0674be
commit 05472f326f
4 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
{% extends 'generic/_base.html' %}
{% load form_helpers %}
{% load helpers %}
{% load render_table from django_tables2 %}
{% load i18n %}
{% load render_table from django_tables2 %}
{% comment %}
Blocks:

View File

@ -1,8 +1,8 @@
{% extends 'generic/_base.html' %}
{% load helpers %}
{% load form_helpers %}
{% load render_table from django_tables2 %}
{% load helpers %}
{% load i18n %}
{% load render_table from django_tables2 %}
{% comment %}
Blocks:

View File

@ -1,6 +1,6 @@
{% extends 'generic/_base.html' %}
{% load helpers %}
{% load form_helpers %}
{% load helpers %}
{% load i18n %}
{% comment %}

View File

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