Skip to content

Commit 438a085

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Remove "click here" from links
2 parents 9735a60 + 07aabbc commit 438a085

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
@@ -836,7 +836,7 @@ Then, create the template:
836836
<p><code>{{ email.to[0].address }}</code></p>
837837

838838
<p>
839-
<a href="#">Click here to activate your account</a>
839+
<a href="#">Activate your account</a>
840840
(this link is valid until {{ expiration_date|date('F jS') }})
841841
</p>
842842

@@ -1069,7 +1069,7 @@ the entire email contents from Markdown to HTML:
10691069
You signed up to our site using the following email:
10701070
`{{ email.to[0].address }}`
10711071
1072-
[Click here to activate your account]({{ url('...') }})
1072+
[Activate your account]({{ url('...') }})
10731073
{% endapply %}
10741074
10751075
.. _mailer-inky:

0 commit comments

Comments
 (0)