Fix uninterpreted HTML on Settings->Import (with Missing data)

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-04-27 23:47:26 +02:00
parent 4d77c8751b
commit 98bc51085d
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -1,6 +1,6 @@
<dl> <dl>
<dt>{{ name }}</dt> <dt>{{ name }}</dt>
{% for error in error_list %} {% for error in error_list %}
<dd>{{ error }}</dd> <dd>{{ error|raw }}</dd>
{% endfor %} {% endfor %}
</dl> </dl>