add (translated) templates
This commit is contained in:
parent
528e81a4b4
commit
8eee7cb991
18 changed files with 231 additions and 0 deletions
19
add_threepid_failure.html
Normal file
19
add_threepid_failure.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue