Use apply tag instead of filter

This commit fixes new changes since b475cfdd6c

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-12-17 23:19:51 +01:00
parent 1cb0ec7286
commit 0ea7dd6660
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -5,10 +5,10 @@
<tr id="tr_element_before_generate_password"></tr>
</table>
<div{{ orig_auth_plugin != 'sha256_password' ? ' class="hide"' }} id="ssl_reqd_warning_cp">
{% filter notice %}
{% apply notice %}
{% trans %}
This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted connection that encrypts the password using RSA</i>'; while connecting to the server.
{% endtrans %}
{{ show_mysql_docu('sha256-authentication-plugin') }}
{% endfilter %}
{% endapply %}
</div>