From: Guillaume Pellerin
Date: Mon, 4 Feb 2019 21:01:13 +0000 (+0100)
Subject: Fix https links
X-Git-Tag: 1.4.0~5
X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=761e9a40c72f40d6672ecc00cc62e84cd5f1888f;p=teleforma.git
Fix https links
---
diff --git a/teleforma/templates/registration/activation_email.html b/teleforma/templates/registration/activation_email.html
index 8483b4a9..3c96af79 100644
--- a/teleforma/templates/registration/activation_email.html
+++ b/teleforma/templates/registration/activation_email.html
@@ -14,9 +14,9 @@ If this wasn't you, please ignore this email and your address will be removed
from our records.
-To activate this account, please click the following link within the next
+To activate this account, please click the following link within the next
{{ expiration_days }} days:
-http://{{ sitedomain }}{{ activation_key_url }}
+https://{{ sitedomain }}{{ activation_key_url }}
Sincerely,