This commit is contained in:
Iliyan Angelov
2025-11-26 22:32:20 +02:00
commit ed94dd22dd
150 changed files with 14058 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{% extends 'base.html' %}
{% block title %}Възстановяване на Парола Завършено - Официален Портал{% endblock %}
{% block content %}
<div class="auth-container">
<div class="auth-card">
<h2>Възстановяване на Парола Завършено</h2>
<p>Вашата парола е зададена. Можете да влезете в системата сега.</p>
<div class="auth-links">
<a href="{% url 'accounts:login' %}" class="btn btn-primary btn-block">Вход</a>
</div>
</div>
</div>
{% endblock %}