pytask/templates/registration/password_reset_email.html
changeset 317 cc5b6f4ed823
parent 307 c6bca38c1cbf
child 533 773dc9a66748
equal deleted inserted replaced
316:09178605d59e 317:cc5b6f4ed823
     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 django.contrib.auth.views.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 {% trans "Thanks for using our site!" %}
       
    12 
    11 
    13 {% blocktrans %}The {{ site_name }} team{% endblocktrans %}
    12 {% blocktrans %}The {{ site_name }} team{% endblocktrans %}
    14 
    13 
    15 {% endautoescape %}
    14 {% endautoescape %}