diff --git a/analytical/context_providers/matomo.py b/analytical/context_providers/matomo.py index 9c90e7b..df1049a 100644 --- a/analytical/context_providers/matomo.py +++ b/analytical/context_providers/matomo.py @@ -1,7 +1,7 @@ import utils from django.conf import settings -def matomo_consent_provider(request): +def consent_provider(request): """ Add Mamoto consent script to the requests context. :Cases: @@ -31,4 +31,4 @@ def matomo_consent_provider(request): matomo_event="forgetConsentGiven", ) )} - return {'consent_script': ""} \ No newline at end of file + return {'consent_script': ""}