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
+3
View File
@@ -0,0 +1,3 @@
{% 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 %}