fix user/form heading-icon; re-add button to set panel configured manually

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-03-18 10:04:33 +01:00
parent 974e02694e
commit 406b9241ce
2 changed files with 9 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
{% if formdata.title is not empty %}
<div>
<h5 class="mb-1">
{% if form_data.image is not empty %}
<i class="{{ form_data.image }} me-1"></i>
{% if formdata.image is not empty %}
<i class="{{ formdata.image }} me-1"></i>
{% endif %}
{{ formdata.title }}
</h5>