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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user