diff --git a/authentik/admin/templates/administration/flow/list.html b/authentik/admin/templates/administration/flow/list.html index 7711ceaae..c6db5c17a 100644 --- a/authentik/admin/templates/administration/flow/list.html +++ b/authentik/admin/templates/administration/flow/list.html @@ -86,8 +86,12 @@
- {% trans 'Execute' %} - {% trans 'Export' %} + + {% trans 'Execute' %} + + + {% trans 'Export' %} + {% endfor %} diff --git a/authentik/providers/saml/processors/assertion.py b/authentik/providers/saml/processors/assertion.py index 428472519..dd47003e0 100644 --- a/authentik/providers/saml/processors/assertion.py +++ b/authentik/providers/saml/processors/assertion.py @@ -3,7 +3,6 @@ from hashlib import sha256 from types import GeneratorType import xmlsec -from django.conf import settings from django.http import HttpRequest from lxml import etree # nosec from lxml.etree import Element, SubElement # nosec