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 e71b180 + 438a085 commit b9f223cCopy full SHA for b9f223c
mailer.rst
@@ -872,7 +872,7 @@ Then, create the template:
872
<p><code>{{ email.to[0].address }}</code></p>
873
874
<p>
875
- <a href="#">Click here to activate your account</a>
+ <a href="#">Activate your account</a>
876
(this link is valid until {{ expiration_date|date('F jS') }})
877
</p>
878
@@ -1105,7 +1105,7 @@ the entire email contents from Markdown to HTML:
1105
You signed up to our site using the following email:
1106
`{{ email.to[0].address }}`
1107
1108
- [Click here to activate your account]({{ url('...') }})
+ [Activate your account]({{ url('...') }})
1109
{% endapply %}
1110
1111
.. _mailer-inky:
0 commit comments