diff --git a/mailer.rst b/mailer.rst index f5609ae394a..398dced44e4 100644 --- a/mailer.rst +++ b/mailer.rst @@ -784,7 +784,7 @@ Then, create the template:

{{ email.to[0].address }}

- Click here to activate your account + Activate your account (this link is valid until {{ expiration_date|date('F jS') }})

@@ -1005,7 +1005,7 @@ the entire email contents from Markdown to HTML: You signed up to our site using the following email: `{{ email.to[0].address }}` - [Click here to activate your account]({{ url('...') }}) + [Activate your account]({{ url('...') }}) {% endapply %} .. _mailer-inky: