N°3180 - Allow HTML in dictionary for login screen ('UI:Login:About')

This commit is contained in:
Eric
2020-07-16 15:28:49 +02:00
parent 94f9b16c03
commit c03d32b423

View File

@@ -2,5 +2,5 @@
{# @license http://opensource.org/licenses/AGPL-3.0 #}
<div>
{{ 'UI:Login:About'|dict_s }}
</div>
{{ 'UI:Login:About'|dict_s|raw }}
</div>