2017-10-14 19:00:52 +00:00
|
|
|
{% load i18n %}
|
|
|
|
|
2017-09-22 20:27:40 +00:00
|
|
|
{% 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 %}
|
2017-09-22 20:27:40 +00:00
|
|
|
{{base_url}}{{ password_reset_url }}
|
|
|
|
|
|
|
|
{% trans "Thank you!" %}
|
|
|
|
|
|
|
|
{% trans "Your Data Center Light Team" %}
|