2023-04-27 10:10:28 +00:00
|
|
|
{% extends "base_login_page.html" %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<div class="alert alert-danger" style="margin-bottom: 10px;">
|
|
|
|
<strong>Authentication failed!</strong>
|
|
|
|
|
|
|
|
<p style="margin-top: 10px; text-align: justify;">{{ message }}</p>
|
|
|
|
</div>
|
|
|
|
|
2024-02-19 17:42:19 +00:00
|
|
|
<a href="/login?redirect={{ p.redirect_uri.get_encoded() }}">Go back to login</a>
|
2023-04-27 10:10:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
{% endblock content %}
|