From 27ded33cc690342d8a0273765a5dfa28f746e60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 9 Apr 2018 12:34:41 +0000 Subject: [PATCH] Open token URL in a new window/tab --- certidude/templates/mail/token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certidude/templates/mail/token.md b/certidude/templates/mail/token.md index f36e5f0..418cc37 100644 --- a/certidude/templates/mail/token.md +++ b/certidude/templates/mail/token.md @@ -7,6 +7,6 @@ Token has been issued for {{ user }} for retrieving profile from link below. profile from the link below. {% endif %} -Click [here]({{ url }}) to claim the token. +Click here to claim the token. Token is usable until {{ token_expires }}{% if token_timezone %} ({{ token_timezone }} time){% endif %}.