Skip to content

[Mailer] Remove "click here" from links #19641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ Then, create the template:
<p><code>{{ email.to[0].address }}</code></p>

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

Expand Down Expand Up @@ -1005,7 +1005,7 @@ the entire email contents from Markdown to HTML:
You signed up to our site using the following email:
`{{ email.to[0].address }}`

[Click here to activate your account]({{ url('...') }})
[Activate your account]({{ url('...') }})
{% endapply %}

.. _mailer-inky:
Expand Down