Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Stretch
c9688e7fca 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
2025-07-17 09:33:46 -04:00
Jeremy Stretch
05472f326f Misc cleanup 2025-07-17 09:06:11 -04:00
3 changed files with 4 additions and 4 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 %}