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

4 lines
668 B
HTML

{% extends "base.html" %}
{% block title %}Reset Email Sent | 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-send-check"></i></span><h1>Check your email</h1><p>If an account exists for that address, we sent instructions for choosing a new password.</p></div><div class="auth-alert auth-alert--info">For your security, the message may take a few minutes to arrive.</div><p class="auth-card__switch"><a href="{% url 'account_login' %}">Back to sign in</a></p></div></section>{% include "components/footer.html" %}{% endblock %}