add (translated) templates

This commit is contained in:
Vri 🌈 2023-07-30 13:29:45 +02:00
parent 528e81a4b4
commit 8eee7cb991
Signed by: vrifox
GPG key ID: D40098E5B60B2197
18 changed files with 231 additions and 0 deletions

19
add_threepid_failure.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Validierung</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<style type="text/css">
{% include "sso.css" without context %}
</style>
</head>
<body>
<header>
<h1>Validierung fehlgeschlagen</h1>
<p>Deine E-Mail-Adresse konnte aus folgendem Grund nicht validiert werden:</p>
<pre>{{ failure_reason }}</pre>
<p>Es wurden <strong>keine</strong> Änderungen an deinem Konto vorgenommen.</p>
</header>
</body>
</html>