mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Create cz.email.auth.confirm.tpl
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<style>
|
||||
* {
|
||||
font-family: sans-serif,Arial;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-weight: lighter;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div style="direction: {{direction}}">
|
||||
Ahoj {{name}},
|
||||
<br />
|
||||
<br />
|
||||
Kliknutím na tento odkaz ověřte svou e-mailovou adresu.
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
<br />
|
||||
Pokud jste nepožádali o ověření této adresy, můžete tuto zprávu ignorovat.
|
||||
<br />
|
||||
<br />
|
||||
dík,
|
||||
<br />
|
||||
{{project}} tým
|
||||
</div>
|
||||
Reference in New Issue
Block a user