authentication_failed.html: show the StatusMessage to the user if there is one
parent
56336823aa
commit
2b6ce04423
|
@ -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" %} : {{ idp_message }}</p>{% endif %}
|
||||
</p>
|
||||
<p class="mellon-message-continue">
|
||||
<a class="mellon-link" href="{{ next_url }}">{% trans "Continue" %}</a>
|
||||
|
|
Loading…
Reference in New Issue