Initial commit

This commit is contained in:
kddd21a
2026-07-29 10:47:40 +00:00
commit 402c3ec6ed
171 changed files with 10536 additions and 0 deletions
@@ -0,0 +1,3 @@
{% 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 %}