Initial commit: Robot ökoszisztéma v2.0 - Stabilizált jármű és szerviz robotok
This commit is contained in:
0
backend/app/templates/emails/en/notification.html
Executable file
0
backend/app/templates/emails/en/notification.html
Executable file
1
backend/app/templates/emails/en/password_reset.html
Executable file
1
backend/app/templates/emails/en/password_reset.html
Executable file
@@ -0,0 +1 @@
|
||||
.
|
||||
1
backend/app/templates/emails/en/registration.html
Executable file
1
backend/app/templates/emails/en/registration.html
Executable file
@@ -0,0 +1 @@
|
||||
.
|
||||
0
backend/app/templates/emails/hu/notification.html
Executable file
0
backend/app/templates/emails/hu/notification.html
Executable file
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>
|
||||
16
backend/app/templates/emails/hu/registration.html
Executable file
16
backend/app/templates/emails/hu/registration.html
Executable file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333;">
|
||||
<div style="max-width: 600px; margin: 0 auto; border: 1px solid #ddd; padding: 20px;">
|
||||
<h2 style="color: #2c3e50;">Szia {{ first_name }}!</h2>
|
||||
<p>Örömmel üdvözlünk a <strong>Service Finder</strong> közösségében.</p>
|
||||
<p>A regisztrációd befejezéséhez és a "Privát Széfed" aktiválásához kérjük, kattints az alábbi gombra:</p>
|
||||
<div style="text-align: center; margin: 30px 0;">
|
||||
<a href="{{ link }}" style="background-color: #3498db; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; font-weight: bold;">Fiók Aktiválása</a>
|
||||
</div>
|
||||
<p>Ez a link 48 óráig érvényes.</p>
|
||||
<hr style="border: 0; border-top: 1px solid #eee;">
|
||||
<p style="font-size: 0.8em; color: #7f8c8d;">Ha nem te regisztráltál, kérjük hagyd figyelmen kívül ezt a levelet.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user