pytask/templates/registration/password_reset_email.html
changeset 533 773dc9a66748
parent 317 cc5b6f4ed823
child 534 9627f119f14e
equal deleted inserted replaced
532:1f08247a935c 533:773dc9a66748
     2 {% trans "You're receiving this e-mail because you requested a password reset" %}
     2 {% trans "You're receiving this e-mail because you requested a password reset" %}
     3 {% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}.
     3 {% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}.
     4 
     4 
     5 {% trans "Please go to the following page and choose a new password:" %}
     5 {% trans "Please go to the following page and choose a new password:" %}
     6 {% block reset_link %}
     6 {% block reset_link %}
     7 {{ protocol }}://{{ domain }}{% url django.contrib.auth.views.password_reset_confirm uidb36=uid, token=token %}
     7 {{ protocol }}://{{ domain }}{% url auth_password_reset_confirm uidb36=uid, token=token %}
     8 {% endblock %}
     8 {% endblock %}
     9 {% trans "Your username, in case you've forgotten:" %} {{ user.username }}
     9 {% trans "Your username, in case you've forgotten:" %} {{ user.username }}
    10 
    10 
    11 
    11 
    12 {% blocktrans %}The {{ site_name }} team{% endblocktrans %}
    12 {% blocktrans %}The {{ site_name }} team{% endblocktrans %}