Skip to content

Commit b9f223c

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Remove "click here" from links
2 parents e71b180 + 438a085 commit b9f223c

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

874874
<p>
875-
<a href="#">Click here to activate your account</a>
875+
<a href="#">Activate your account</a>
876876
(this link is valid until {{ expiration_date|date('F jS') }})
877877
</p>
878878

@@ -1105,7 +1105,7 @@ the entire email contents from Markdown to HTML:
11051105
You signed up to our site using the following email:
11061106
`{{ email.to[0].address }}`
11071107
1108-
[Click here to activate your account]({{ url('...') }})
1108+
[Activate your account]({{ url('...') }})
11091109
{% endapply %}
11101110
11111111
.. _mailer-inky:

0 commit comments

Comments
 (0)