diff --git a/authentik/admin/templates/administration/property_mapping/test.html b/authentik/admin/templates/administration/property_mapping/test.html new file mode 100644 index 0000000000..d52dcff56b --- /dev/null +++ b/authentik/admin/templates/administration/property_mapping/test.html @@ -0,0 +1,28 @@ +{% extends 'generic/form.html' %} + +{% load i18n %} + +{% block above_form %} +

{% blocktrans with property_mapping=property_mapping %}Test {{ property_mapping }}{% endblocktrans %}

+{% endblock %} + +{% block beneath_form %} +{% if result %} +
+
+ +
+
+
+ +
+
+
+{% endif %} +{% endblock %} + +{% block action %} +{% trans 'Test' %} +{% endblock %}