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 7ad040b + a9b3d59 commit 07aabbcCopy full SHA for 07aabbc
mailer.rst
@@ -888,7 +888,7 @@ Then, create the template:
888
<p><code>{{ email.to[0].address }}</code></p>
889
890
<p>
891
- <a href="#">Click here to activate your account</a>
+ <a href="#">Activate your account</a>
892
(this link is valid until {{ expiration_date|date('F jS') }})
893
</p>
894
@@ -1121,7 +1121,7 @@ the entire email contents from Markdown to HTML:
1121
You signed up to our site using the following email:
1122
`{{ email.to[0].address }}`
1123
1124
- [Click here to activate your account]({{ url('...') }})
+ [Activate your account]({{ url('...') }})
1125
{% endapply %}
1126
1127
.. _mailer-inky:
0 commit comments