From 96170a668f28a8fe9bf3cb93f2789899a1050537 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 17 Aug 2021 23:47:15 +0200 Subject: [PATCH] missing import added --- allianceauth/services/hooks.py | 1 + 1 file changed, 1 insertion(+) 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