From 65b0f87a1de2b84f023b0f3e1a640076cc7dcb3d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 12 Nov 2019 11:42:35 +0100 Subject: [PATCH] fix https in user email --- teleforma/templates/postman/email_user.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/postman/email_user.txt b/teleforma/templates/postman/email_user.txt index f4d769ca..66212e37 100644 --- a/teleforma/templates/postman/email_user.txt +++ b/teleforma/templates/postman/email_user.txt @@ -13,7 +13,7 @@ {% else %}{% blocktrans with object.obfuscated_sender as sender %}You have received a message from the user '{{ sender }}'.{% endblocktrans %} {% endif %}{% endif %}{% trans "You can read and respond to this message from your e-learning desk following this link:" %} -http://{{ site.domain }}/messages/inbox/ +https://{{ site.domain }}/messages/inbox/ {# 'acceptance' #} {% trans "Thank you again for your interest in our services." %} -- 2.39.5