From 591344d21f662d810d41de1bd0524bad910320a0 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Thu, 29 Sep 2022 14:56:48 +0200 Subject: [PATCH] templates: add blocktrans trimmed where useful (#69422) --- mellon/templates/mellon/inactive_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mellon/templates/mellon/inactive_user.html b/mellon/templates/mellon/inactive_user.html index 33a4a70..65c8738 100644 --- a/mellon/templates/mellon/inactive_user.html +++ b/mellon/templates/mellon/inactive_user.html @@ -3,7 +3,7 @@ {% block mellon_content %}

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