diff --git a/allianceauth/authentication/views.py b/allianceauth/authentication/views.py index 36a27a20..28327a8c 100644 --- a/allianceauth/authentication/views.py +++ b/allianceauth/authentication/views.py @@ -28,7 +28,7 @@ from allianceauth.hooks import get_hooks from .constants import ESI_ERROR_MESSAGE_OVERRIDES from .core.celery_workers import active_tasks_count, queued_tasks_count -from allianceauth.templatetags.admin_status import _celery_stats +from allianceauth.admin_status.templatetags.admin_status import _celery_stats from .forms import RegistrationForm from .models import CharacterOwnership diff --git a/allianceauth/services/modules/phpbb3/manager.py b/allianceauth/services/modules/phpbb3/manager.py index 8ba1d16d..719d8b67 100644 --- a/allianceauth/services/modules/phpbb3/manager.py +++ b/allianceauth/services/modules/phpbb3/manager.py @@ -3,6 +3,7 @@ import logging import random import re import datetime as dt +import string from passlib.apps import phpbb3_context