Fix escaped HTML in 'Add a new server' setup (#14585)
Fixes #14581
Signed-off-by: Victor Alagwu <victoralagwu@gmail.com>
(cherry picked from commit ec4331b7ce)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
95732c711e
commit
3fb214ac9e
@ -4,7 +4,7 @@
|
||||
{%- endfor %}>
|
||||
<legend>{{ title }}</legend>
|
||||
{% if description is not empty %}
|
||||
<p>{{ description }}</p>
|
||||
<p>{{ description|raw }}</p>
|
||||
{% endif %}
|
||||
{# This must match with displayErrors() in scripts.js #}
|
||||
{% if errors is iterable and errors|length > 0 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user