diff --git a/mellon/templates/mellon/authentication_failed.html b/mellon/templates/mellon/authentication_failed.html index 6695c02..a32853b 100644 --- a/mellon/templates/mellon/authentication_failed.html +++ b/mellon/templates/mellon/authentication_failed.html @@ -12,6 +12,7 @@

{% trans "Authentication failed" %}

{% blocktrans %}The authentication has failed.{% endblocktrans %} + {% if idp_message %}

{% trans "Reason" %} : {{ idp_message }}

{% endif %}

{% trans "Continue" %}