Files
testpoint/templates/account/verification_sent.html
T
2026-07-29 10:47:40 +00:00

4 lines
699 B
HTML

{% extends "base.html" %}
{% block title %}Verify Your Email | Testpoint{% endblock %}
{% block content %}<section class="auth-page"><div class="auth-card auth-card--compact"><div class="auth-card__header"><span class="auth-card__icon"><i class="bi bi-envelope-check"></i></span><h1>Check your email</h1><p>We sent you a verification link. Open it to activate your Testpoint account.</p></div><div class="auth-alert auth-alert--info">If it is not in your inbox, check your spam folder and confirm that you entered the correct address.</div><p class="auth-card__switch"><a href="{% url 'account_login' %}">Return to sign in</a></p></div></section>{% include "components/footer.html" %}{% endblock %}