From 680de724ba96ecdfa38cad5abb7f5fc9d95f2e75 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 22 Mar 2024 19:58:00 -0500 Subject: [PATCH] Fix activation email --- templates/registration/activation_email.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/registration/activation_email.html b/templates/registration/activation_email.html index 0655483..786bc11 100644 --- a/templates/registration/activation_email.html +++ b/templates/registration/activation_email.html @@ -4,6 +4,7 @@ {% set username = user.get_username() %} {% set button_text = _("Activate") %} {% set domain = site.domain %} +{% set protocol = "https" if request.is_secure() else "http" %} {% include "general_email.html" %}
{{_("Alternatively, you can reply to this message to activate your account. Your reply must keep the following text intact for this to work:")}}