diff --git a/allianceauth/services/hooks.py b/allianceauth/services/hooks.py index 57b3a673..b91aca26 100644 --- a/allianceauth/services/hooks.py +++ b/allianceauth/services/hooks.py @@ -1,4 +1,5 @@ from django.conf.urls import include, url +from django.core.exceptions import ObjectDoesNotExist from django.template.loader import render_to_string from django.utils.functional import cached_property from django.conf import settings