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:
Victor Alagwu 2018-08-22 05:12:32 +01:00 committed by Maurício Meneghini Fauth
parent 95732c711e
commit 3fb214ac9e

View File

@ -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 %}