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.
1 parent cb8bd97 commit e0a732bCopy full SHA for e0a732b
mailer.rst
@@ -784,7 +784,7 @@ Then, create the template:
784
<p><code>{{ email.to[0].address }}</code></p>
785
786
<p>
787
- <a href="#">Click here to activate your account</a>
+ <a href="#">Activate your account</a>
788
(this link is valid until {{ expiration_date|date('F jS') }})
789
</p>
790
@@ -1005,7 +1005,7 @@ the entire email contents from Markdown to HTML:
1005
You signed up to our site using the following email:
1006
`{{ email.to[0].address }}`
1007
1008
- [Click here to activate your account]({{ url('...') }})
+ [Activate your account]({{ url('...') }})
1009
{% endapply %}
1010
1011
.. _mailer-inky:
0 commit comments