API - use Babel to translate emails
This commit is contained in:
5
fittrackee/emails/templates/password_change/body.html
Normal file
5
fittrackee/emails/templates/password_change/body.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block title %}{{ _('Password changed') }}{% endblock %}
|
||||
{% block preheader %}{{ _('Your password has been changed.') }}{% endblock %}
|
||||
{% block content %}<p>{{ _('The password for your FitTrackee account has been changed.') }}</p>{% endblock %}
|
||||
{% block not_initiated %}{{ _("If this password change wasn't initiated by you, please change your password immediately or contact your administrator if your account is locked.") }}{% endblock %}
|
Reference in New Issue
Block a user