смена пароля работает
This commit is contained in:
12
templates/account/change-password-done.html
Normal file
12
templates/account/change-password-done.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %} Пароль изменен {% endblock %}
|
||||
|
||||
{% block header-title %}
|
||||
<h1> Пароль аккаунта {{ target_user.login }} изменен! </h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p><a href="{% url 'index' %}" class="value-good">Вернуться на главную</a></p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user