Add user registration and auth web app
FastAPI + Jinja2 + MariaDB web application with registration, login, profile, password reset, and email confirmation flows. All UI in Russian. Styled with Evotor brand colors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
web/templates/confirm_email.html
Normal file
10
web/templates/confirm_email.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Подтверждение email — EvoSync{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="message-card">
|
||||
<h1>Подтвердите ваш email</h1>
|
||||
<p>Ссылка для подтверждения email выведена в консоль сервера.</p>
|
||||
<p>Скопируйте её и откройте в браузере.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user