Skip to content

Commit

Permalink
fix: [bugfix/2306] Changed the domain in redirect button for Gmail to…
Browse files Browse the repository at this point in the history
… new domain (#2311)

* [bugfix/2306] Changed the domain in redirect button for Gmail to refer the new domain

* fix: [bugfix/2306] Changed the domain in redirect button for Gmail to refer the new domain

* Merge branch 'bugfix/2306' of github.com:Jibran1998/codeforlife-portal into bugfix/2306

* Merge branch 'master' into bugfix/2306

* [Update] Resolved PR comment to remove u/0/ from the URL

* Merge branch 'master' into bugfix/2306

Co-Authored-By: Florian Aucomte <[email protected]>
  • Loading branch information
Jibran1998 and faucomte97 committed May 28, 2024
1 parent a5975f2 commit 67a1dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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%3AOcado.Innovation.Ltd%40r1.dotdigital-email.com+subject%3AEmail+Verification"
<a target="_blank" href="https://mail.google.com/mail/#search/from%3Ano-reply%40info.codeforlife.education+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
2 changes: 1 addition & 1 deletion portal/templates/portal/reset_password_email_sent.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h5>If you have entered a valid email address, you will receive a link to
src="{% static 'portal/img/paper_plane.png' %}">
<div>
<a target="_blank"
href="https://mail.google.com/mail/#search/from%3AOcado.Innovation.Ltd%40r1.dotdigital-email.com+subject%3APassword+reset+request"
href="https://mail.google.com/mail/#search/from%3Ano-reply%40info.codeforlife.education+subject%3APassword+reset+request"
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 67a1dac

Please sign in to comment.