From 049ef6260cf7c4f82e5f93e0d5be86bff20df4e1 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 5 May 2019 17:55:13 +0200 Subject: [PATCH] Depending on the email client, link may or may not be visible So let's make the link visible --- copanier/templates/emails/access_granted.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/copanier/templates/emails/access_granted.html b/copanier/templates/emails/access_granted.html index 2988fcf..e0807a0 100644 --- a/copanier/templates/emails/access_granted.html +++ b/copanier/templates/emails/access_granted.html @@ -1,5 +1,7 @@

Hey ho!

-

Voici le sésame, clique ici pour t'authentifier.

+

Voici le sésame, clique dessus pour t'authentifier, ou copie-colle-le dans ton navigateur:

+ +https://{{ hostname }}/sésame/{{ token }}

{{ config.EMAIL_SIGNATURE }}