Files
timerr/templates/accounts/password_change.html
T
2026-07-15 00:12:31 +05:00

3 lines
337 B
HTML

{% extends 'base.html' %}{% block content %}<section class="card narrow"><h1>Смена пароля</h1>
<p>Перед продолжением установите собственный пароль.</p><form method="post">{% csrf_token %}{{ form.as_p }}<button>Сохранить пароль</button></form></section>{% endblock %}