1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

Create cz.email.auth.confirm.tpl

This commit is contained in:
MasterKN 2019-10-02 00:08:14 +05:30 committed by GitHub
parent 9e0fd53d02
commit 4e19fb8869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>