From cf59847af13b0932203331b1b4db61775114ab57 Mon Sep 17 00:00:00 2001 From: Dmitriy Lyalyuev Date: Tue, 25 Oct 2022 18:08:01 +0300 Subject: [PATCH] fix: email activation link --- later42/templates/email_activation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/later42/templates/email_activation.html b/later42/templates/email_activation.html index 179e6d0..392ba21 100644 --- a/later42/templates/email_activation.html +++ b/later42/templates/email_activation.html @@ -1,5 +1,5 @@ {% autoescape off %} Привет, {{ user.username }}. Ссылка для активации аккаунта: -http://{{ domain }}{% url 'activate' uidb64=uid token=token %} +https://{{ domain }}{% url 'activate' uidb64=uid token=token %} {% endautoescape %} \ No newline at end of file