Skip to content

Commit eae6e70

Browse files
authored
Style "Verify email" template after signup (#621)
![Screenshot_2025-07-02_13-27-09](https://github.com/user-attachments/assets/d1615c80-bd80-4e51-ab8e-d1734546aa29) Closes #518
1 parent af0eae7 commit eae6e70

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{% extends "account/base_entrance.html" %}
2+
3+
{% load blocktrans trans from i18n %}
4+
{% load user_display from account %}
5+
6+
{% block head_title %}
7+
{% trans "Verify your email address" %}
8+
{% endblock head_title %}
9+
{% block content_title_text %}
10+
<i class="fad fa-envelope icon"></i>
11+
{% trans "Verify your email address" %}
12+
{% endblock content_title_text %}
13+
14+
{% block content_body %}
15+
<p>
16+
{% blocktrans trimmed %}
17+
We have sent an email to you for verification. Follow the link provided to finalize the signup process. If you do not see the verification email in your main inbox, check your spam folder. Please contact us if you do not receive the verification email within a few minutes.
18+
{% endblocktrans %}
19+
</p>
20+
{% endblock content_body %}

0 commit comments

Comments
 (0)