14 lines
442 B
Text
14 lines
442 B
Text
{% 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." %}
|
|
|
|
{% 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" %}
|