2022-10-21 19:44:00 +02:00
|
|
|
{% extends "_base.html" %}
|
|
|
|
{% block title %}Request failed{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
<p>The request failed for the following reason: {{ failure_reason }}.</p>
|
|
|
|
<p>No changes have been made to your account.</p>
|
|
|
|
{% endblock %}
|