authentication_failed.html: show the StatusMessage to the user if there is one

This commit is contained in:
Benjamin Dauvergne 2015-06-01 02:44:21 +02:00
parent 56336823aa
commit 2b6ce04423
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<h2 class="mellon-message-header">{% trans "Authentication failed" %}</h2>
<p class="mellon-message-body">
{% blocktrans %}The authentication has failed.{% endblocktrans %}
{% if idp_message %}<p class="mellon-idp-message">{% trans "Reason" %}&nbsp;: {{ idp_message }}</p>{% endif %}
</p>
<p class="mellon-message-continue">
<a class="mellon-link" href="{{ next_url }}">{% trans "Continue" %}</a>