Skip to content

Commit 07aabbc

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Remove "click here" from links
2 parents 7ad040b + a9b3d59 commit 07aabbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ Then, create the template:
888888
<p><code>{{ email.to[0].address }}</code></p>
889889

890890
<p>
891-
<a href="#">Click here to activate your account</a>
891+
<a href="#">Activate your account</a>
892892
(this link is valid until {{ expiration_date|date('F jS') }})
893893
</p>
894894

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

0 commit comments

Comments
 (0)