diff --git a/app/authentification/templates/password_reset_email.html b/app/authentification/templates/password_reset_email.html index 80abaf06..43558447 100644 --- a/app/authentification/templates/password_reset_email.html +++ b/app/authentification/templates/password_reset_email.html @@ -1,5 +1,5 @@ {% 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: {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}