Browse Source

typo modif

pull/250/head
Guillim 5 years ago
parent
commit
04ee45aeff
1 changed files with 1 additions and 1 deletions
  1. 2
      app/authentification/templates/password_reset_email.html

2
app/authentification/templates/password_reset_email.html

@ -1,5 +1,5 @@
{% autoescape off %} {% autoescape off %}
To initiate the password reset process for your {{ user.get_username }} TestSite Account,
To initiate the password reset process for your {{ user.get_username }} Doccano Account,
click the link below: click the link below:
{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

Loading…
Cancel
Save