dynamicweb/hosting/templates/hosting/emails/password_reset_email.txt

15 lines
442 B
Text
Raw Normal View History

2017-10-14 19:00:52 +00:00
{% load i18n %}
{% trans "Password Reset" %}
{% trans "We received a request to reset your password." %}
{% trans "If you didn't make this request you can safely ignore this email." %}
{% trans "Otherwise, click here to reset your password." %}
2017-09-02 10:26:17 +00:00
{% url 'hosting:reset_password_confirm' uidb64=uid token=token as password_reset_url %}
{{base_url}}{{ password_reset_url }}
{% trans "Thank you!" %}
{% trans "Your Data Center Light Team" %}