Site/programmer/templates/programmer/password_reset_email.html

15 lines
613 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load i18n %}
{% autoescape off %}
Здравствуйте!
Вы получили это письмо, потому что запросили восстановление пароля на сайте {{ site_name }}.
Для сброса пароля перейдите по ссылке ниже:
{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
Если вы не запрашивали восстановление пароля, просто проигнорируйте это письмо.
С уважением,
Команда {{ site_name }}
{% endautoescape %}