add (translated) templates
This commit is contained in:
parent
528e81a4b4
commit
8eee7cb991
18 changed files with 231 additions and 0 deletions
28
sso_auth_confirm.html
Normal file
28
sso_auth_confirm.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Bestätige um fortzufahren</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>Bestätige um fortzufahren</h1>
|
||||
<p>
|
||||
Ein Programm versucht {{ description }}. Zur Bestätigung dieser Aktion authorisiere dein Benutzerkonto erneut mit Cozy Auth.
|
||||
</p>
|
||||
<p><strong>
|
||||
Falls du diese Aktion nicht erwartet hast, könnte dein Benutzerkonto kompromittiert sein.
|
||||
</strong></p>
|
||||
</header>
|
||||
<main>
|
||||
<a href="{{ redirect_url }}" class="primary-button">
|
||||
Fahre fort mit {{ idp.idp_name }} <img src="https://auth.cozy.town/static/dist/assets/icons/icon_left_brand.svg">
|
||||
</a>
|
||||
</main>
|
||||
{% include "sso_footer.html" without context %}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue