templates: add blocktrans trimmed where useful (#69422)

This commit is contained in:
Valentin Deniaud 2022-09-29 14:56:48 +02:00
parent bd45e64b48
commit 591344d21f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% block mellon_content %}
<p>
{% blocktrans with name_id=saml_attributes.name_id_content %}Your user, {{ user }},
{% blocktrans trimmed with name_id=saml_attributes.name_id_content %}Your user, {{ user }},
is inactive please contact your administrator.
{% endblocktrans %}
</p>