Skip to content

Commit

Permalink
Merge branch 'master' into 10_years_badge
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Feb 14, 2024
2 parents 0109ee2 + 3dffff6 commit 3ebfeea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion portal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.40.1"
__version__ = "6.41.0"
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 3ebfeea

Please sign in to comment.