From 2b6ce04423bf6b1078790ce09d78ea94b29261ac Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 1 Jun 2015 02:44:21 +0200 Subject: [PATCH] authentication_failed.html: show the StatusMessage to the user if there is one --- mellon/templates/mellon/authentication_failed.html | 1 + 1 file changed, 1 insertion(+) 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" %}