Initial commit - Migrated to Dev environment
This commit is contained in:
10
backend/app/templates/emails/hu/password_reset.html
Executable file
10
backend/app/templates/emails/hu/password_reset.html
Executable file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h2>Jelszó visszaállítás</h2>
|
||||
<p>Szia {{ first_name }},</p>
|
||||
<p>Kérted a jelszavad visszaállítását. Kattints az alábbi linkre az új jelszó megadásához:</p>
|
||||
<p><a href="{{ link }}">Jelszó visszaállítása</a></p>
|
||||
<p>A link 2 óráig érvényes.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user