password_reset_email.html 625 Bytes
Newer Older
pmitros committed
1
{% load i18n %}{% load url from future %}{% autoescape off %}
2
{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at edx.org.{% endblocktrans %}
pmitros committed
3 4 5

{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
6
https://{{domain}}{% url 'student.views.password_reset_confirm_wrapper' uidb36=uid token=token %}
pmitros committed
7
{% endblock %}
8 9

If you didn't request this change, you can disregard this email - we have not yet reset your password.
pmitros committed
10 11 12

{% trans "Thanks for using our site!" %}

13
{% blocktrans %}The edX Team{% endblocktrans %}
pmitros committed
14 15

{% endautoescape %}