Files
authentik/passbook/sources/ldap/templates/ldap/property_mapping_form.html
2020-06-05 20:18:11 +02:00

15 lines
409 B
HTML

{% extends "generic/form.html" %}
{% load i18n %}
{% block beneath_form %}
<div class="pf-c-form__group ">
<label for="" class="pf-c-form__label"></label>
<div class="c-form__horizontal-group">
<p>
Expression using Python. See <a href="https://passbook.beryju.org/property-mappings/expression/">here</a> for a list of all variables.
</p>
</div>
</div>
{% endblock %}