Skip to content

Commit

Permalink
feat: outlook button on verify email
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Feb 13, 2024
1 parent 8d1489d commit 4c7e507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portal/templates/portal/email_verification_needed.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ <h4>We need to verify your email address</h4>
<div>
<a target="_blank" href="https://mail.google.com/mail/#search/from%3Ano-reply%40codeforlife.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>
</div>
<p class="text-left"><a id="home_button" href="{% url 'home' %}">&lt; back to homepage</a></p>
{% endblock form_content %}

0 comments on commit 4c7e507

Please sign in to comment.