Skip to content

Commit e0a732b

Browse files
ggioffredajaviereguiluz
authored andcommitted
Remove "click here" from links
1 parent cb8bd97 commit e0a732b

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

786786
<p>
787-
<a href="#">Click here to activate your account</a>
787+
<a href="#">Activate your account</a>
788788
(this link is valid until {{ expiration_date|date('F jS') }})
789789
</p>
790790

@@ -1005,7 +1005,7 @@ the entire email contents from Markdown to HTML:
10051005
You signed up to our site using the following email:
10061006
`{{ email.to[0].address }}`
10071007
1008-
[Click here to activate your account]({{ url('...') }})
1008+
[Activate your account]({{ url('...') }})
10091009
{% endapply %}
10101010
10111011
.. _mailer-inky:

0 commit comments

Comments
 (0)