docs: remove last occurrences to jinja2

This commit is contained in:
Jens Langhammer
2020-06-05 20:18:11 +02:00
parent eeb62f543f
commit 30ca926b38
8 changed files with 18 additions and 36 deletions

View File

@ -7,10 +7,7 @@
<label for="" class="pf-c-form__label"></label>
<div class="c-form__horizontal-group">
<p>
Expression using <a href="https://jinja.palletsprojects.com/en/2.11.x/templates/">Jinja</a>. Following variables are available:
<ul class="pf-c-list">
<li><code>ldap</code>: A Dictionary of all values retrieved from LDAP.</li>
</ul>
Expression using Python. See <a href="https://passbook.beryju.org/property-mappings/expression/">here</a> for a list of all variables.
</p>
</div>
</div>