add new language files
This commit is contained in:
13
fittrackee/emails/templates/password_change/de/body.html
Normal file
13
fittrackee/emails/templates/password_change/de/body.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block title %}Password changed{% endblock %}
|
||||
{% block preheader %}Your password has been changed.{% endblock %}
|
||||
{% block content %}<h1>Hi {{username}},</h1>
|
||||
<p>The password for your FitTrackee account has been changed.</p>
|
||||
<p>
|
||||
{% if operating_system and browser_name %}For security, this request was received from a {{operating_system}} device using {{browser_name}}.
|
||||
{% endif %}If this password change wasn't initiated by you, please change your password immediately or contact your administrator if your account is locked.
|
||||
</p>
|
||||
<p>Thanks,
|
||||
<br>
|
||||
The FitTrackee Team
|
||||
</p>{% endblock %}
|
10
fittrackee/emails/templates/password_change/de/body.txt
Normal file
10
fittrackee/emails/templates/password_change/de/body.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Hi {{username}},
|
||||
|
||||
The password for your FitTrackee account has been changed.
|
||||
|
||||
{% if operating_system and browser_name %}For security, this request was received from a {{operating_system}} device using {{browser_name}}.
|
||||
{% endif %}If this password change wasn't initiated by you, please change your password immediately or contact your administrator if your account is locked.
|
||||
|
||||
Thanks,
|
||||
The FitTrackee Team
|
||||
{{fittrackee_url}}
|
@ -0,0 +1 @@
|
||||
FitTrackee - Password changed
|
Reference in New Issue
Block a user