From 04ee45aeff1ee0507c41c8c7dc02f8ce717ee70d Mon Sep 17 00:00:00 2001 From: Guillim Date: Wed, 26 Jun 2019 10:00:49 +0200 Subject: [PATCH] typo modif --- app/authentification/templates/password_reset_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}