We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9735a60 + 07aabbc commit 438a085Copy full SHA for 438a085
mailer.rst
@@ -836,7 +836,7 @@ Then, create the template:
836
<p><code>{{ email.to[0].address }}</code></p>
837
838
<p>
839
- <a href="#">Click here to activate your account</a>
+ <a href="#">Activate your account</a>
840
(this link is valid until {{ expiration_date|date('F jS') }})
841
</p>
842
@@ -1069,7 +1069,7 @@ the entire email contents from Markdown to HTML:
1069
You signed up to our site using the following email:
1070
`{{ email.to[0].address }}`
1071
1072
- [Click here to activate your account]({{ url('...') }})
+ [Activate your account]({{ url('...') }})
1073
{% endapply %}
1074
1075
.. _mailer-inky:
0 commit comments