update
This commit is contained in:
16
templates/accounts/password_reset_complete.html
Normal file
16
templates/accounts/password_reset_complete.html
Normal 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 %}
|
||||
|
||||
Reference in New Issue
Block a user