From dc2e26410834f0cafc7c3f60dfe929dfbc55105e Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Wed, 18 Dec 2019 10:19:31 -0500 Subject: [PATCH] Make activation instructions more explicit --- app/authentification/templates/acc_active_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/authentification/templates/acc_active_email.html b/app/authentification/templates/acc_active_email.html index 61d99bdd..c5d9ca70 100644 --- a/app/authentification/templates/acc_active_email.html +++ b/app/authentification/templates/acc_active_email.html @@ -1,5 +1,5 @@ {% autoescape off %} Hi {{ user.username }}, -Please click on the link to confirm your email, +Please click on the link to confirm your email and activate your Doccano account: {{ scheme }}://{{ domain }}{% url 'activate' uidb64=uid token=token %} {% endautoescape %}