aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_email.txt
blob: 5e396fd1382e2d6febe81955887d414af4b45ba7 (plain)
1
2
3
4
5
6
7
8
9
10
{% load i18n %}
{% blocktrans %}Someone, possibly you, requested to reset the password for your account at {{ site_name }}.

If you did request to reset your password, please click on the following link to do so:{% endblocktrans %}

{% block reset_link %}
{{ protocol }}://{{ domain }}{% url "password_reset_confirm" uidb64=uid token=token %}
{% endblock %}

{% blocktrans %}If you did not make this request then please ignore this message.{% endblocktrans %}