diff --git a/src/authentic2/idp/saml/templates/idp/saml/unknown_provider.html b/src/authentic2/idp/saml/templates/idp/saml/unknown_provider.html index 1134936b4..3db35c127 100644 --- a/src/authentic2/idp/saml/templates/idp/saml/unknown_provider.html +++ b/src/authentic2/idp/saml/templates/idp/saml/unknown_provider.html @@ -3,9 +3,9 @@ {% block content %}

- {% blocktrans %}We were unable to load provider {{ entity_id }}.{% endblocktrans %} + {% blocktrans trimmed %}We were unable to load provider {{ entity_id }}.{% endblocktrans %} {% if request.user.is_staff %} - {% blocktrans %} + {% blocktrans trimmed %} You can add it now or retry. {% endblocktrans %} {% endif %} diff --git a/src/authentic2/templates/authentic2/account_delete_notification_body.html b/src/authentic2/templates/authentic2/account_delete_notification_body.html index 6d0649665..364b877ad 100644 --- a/src/authentic2/templates/authentic2/account_delete_notification_body.html +++ b/src/authentic2/templates/authentic2/account_delete_notification_body.html @@ -1,9 +1,9 @@ {% load i18n %} -

{% blocktrans %}{{ full_name }},{% endblocktrans %}

+

{% blocktrans trimmed %}{{ full_name }},{% endblocktrans %}

- {% blocktrans %} + {% blocktrans trimmed %} Your account on {{ site }} has been deleted. All related data will be deleted today. You cannot log in with it anymore. diff --git a/src/authentic2/templates/authentic2/account_deletion_code_body.html b/src/authentic2/templates/authentic2/account_deletion_code_body.html index c2ee2a94b..be2ebf563 100644 --- a/src/authentic2/templates/authentic2/account_deletion_code_body.html +++ b/src/authentic2/templates/authentic2/account_deletion_code_body.html @@ -1,9 +1,9 @@ {% load i18n %} -

{% blocktrans %}{{ full_name }},{% endblocktrans %}

+

{% blocktrans trimmed %}{{ full_name }},{% endblocktrans %}

- {% blocktrans %} + {% blocktrans trimmed %} Please click on {{ deletion_url }} if you want to validate your account deletion request on {{ site }}. diff --git a/src/authentic2/templates/authentic2/accounts_delete_validation.html b/src/authentic2/templates/authentic2/accounts_delete_validation.html index cf750256c..2d0f472d7 100644 --- a/src/authentic2/templates/authentic2/accounts_delete_validation.html +++ b/src/authentic2/templates/authentic2/accounts_delete_validation.html @@ -16,7 +16,7 @@

{% csrf_token %}

- {% blocktrans %} + {% blocktrans trimmed %} You are about to delete the account of {{ user }}. This will remove all related personal data and you won't be able to log in with this account anymore. {% endblocktrans %} diff --git a/src/authentic2/templates/authentic2/change_email.html b/src/authentic2/templates/authentic2/change_email.html index c9199beeb..f4b63d180 100644 --- a/src/authentic2/templates/authentic2/change_email.html +++ b/src/authentic2/templates/authentic2/change_email.html @@ -12,7 +12,7 @@ {% endblock %} {% block content %} -

{% blocktrans with email=user.email %}Your current email is {{ email }}. +

{% blocktrans trimmed with email=user.email %}Your current email is {{ email }}. An email will be sent to validate the new one.{% endblocktrans %}

{% csrf_token %} diff --git a/src/authentic2/templates/interaction/consent_federation.html b/src/authentic2/templates/interaction/consent_federation.html index a7f7ca7df..53c49d57f 100644 --- a/src/authentic2/templates/interaction/consent_federation.html +++ b/src/authentic2/templates/interaction/consent_federation.html @@ -10,7 +10,7 @@