Skip to content

Commit

Permalink
fix: Update from email address in Gmail button filter (#2283)
Browse files Browse the repository at this point in the history
* fix: Update from email address in Gmail button filter

* Remove u/0
  • Loading branch information
faucomte97 authored Apr 12, 2024
1 parent fcfef84 commit 4ab1add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/templates/portal/email_verification_needed.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h5>An email has been sent to you. Make sure to check your
<img class="background" title="Paper Plane" alt="Verification email sent" src="{% static 'portal/img/paper_plane.png' %}">
<p class="text-left">Please follow the link within the email to verify your details. This will expire in one hour.</p>
<div>
<a target="_blank" href="https://mail.google.com/mail/#search/from%3Ano-reply%40codeforlife.education+subject%3AEmail+Verification"
<a target="_blank" href="https://mail.google.com/mail/#search/from%3AOcado.Innovation.Ltd%40r1.dotdigital-email.com+subject%3AEmail+Verification"
class="button button--home button-email">Open in Gmail</a>
<a target="_blank" href="https://outlook.live.com/mail/"
class="button button--home button-email">Open in Outlook</a>
Expand Down

0 comments on commit 4ab1add

Please sign in to comment.