redirect users to bounce emails page instead in notification message

This commit is contained in:
Son 2022-02-02 16:52:04 +01:00
parent 049bd746ad
commit 043d62bf20
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
This is usually because your mailbox service thinks the email is <b>spam</b>.
</div>
<a href="{{ refused_email_url }}" class="btn btn-primary">
View the bounced email
<a href="/dashboard/refused_email" class="btn btn-primary">
View bounced emails
</a>
<div>

View File

@ -7,8 +7,8 @@
</ul>
</div>
<a href="{{ refused_email_url }}" class="btn btn-primary">
View the bounced email
<a href="/dashboard/refused_email" class="btn btn-primary">
View bounced emails
</a>
<div>