updated merge

This commit is contained in:
David Kennedy 2024-02-26 15:14:20 -05:00
parent 38db00bd79
commit 45b8ca358a
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 8 additions and 7 deletions

View file

@ -24,6 +24,7 @@ from auditlog.admin import LogEntryAdmin # type: ignore
from django_fsm import TransitionNotAllowed # type: ignore
from django.utils.safestring import mark_safe
from django.utils.html import escape
from django.utils.translation import gettext_lazy as _
logger = logging.getLogger(__name__)