ui: fix lists not being rendered correctly

This commit is contained in:
Jens Langhammer
2020-02-24 13:13:42 +01:00
parent 155c9a4c3f
commit f8599438df
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
<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>
<ul class="pf-c-list">
<li><code>ldap</code>: A Dictionary of all values retrieved from LDAP.</li>
</ul>
</p>