From e9b11357490c9ef7d3c1e159d302a66002c58473 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 27 Jun 2024 10:55:21 +0200 Subject: [PATCH] fix non html reply message --- teleforma/templates/postman/email_user.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/teleforma/templates/postman/email_user.txt b/teleforma/templates/postman/email_user.txt index 042217da..f413e470 100644 --- a/teleforma/templates/postman/email_user.txt +++ b/teleforma/templates/postman/email_user.txt @@ -18,7 +18,9 @@ {{object.body}} -{% endif %}{% endif %}Vous pouvez répondre à ce message en répondant directement à cet email ou bien depuis votre bureau e-learning en suivant ce lien. +{% endif %}{% endif %}Vous pouvez répondre à ce message en répondant directement à cet email ou bien depuis votre bureau e-learning en suivant ce lien : + +https://{{ site.domain }}/messages/inbox/ {# 'acceptance' #} -- 2.39.5