2022-08-11 15:04:20 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Request failed</title>
|
|
|
|
</head>
|
2019-09-20 16:21:30 +02:00
|
|
|
<body>
|
2022-08-11 15:04:20 +02:00
|
|
|
<p>The request failed for the following reason: {{ failure_reason }}.</p>
|
|
|
|
<p>No changes have been made to your account.</p>
|
2019-09-20 16:21:30 +02:00
|
|
|
</body>
|
|
|
|
</html>
|