сделал частично работающую смену пароля

This commit is contained in:
2024-01-19 14:07:43 +03:00
parent a611b1784d
commit 345d807f06
6 changed files with 68 additions and 16 deletions

View File

@@ -44,7 +44,7 @@
<tbody>
{% for u in users %}
<tr>
<td><a href="{% url 'account-view' %}?username={{ u.login }}"> {{ u.login }} </a></td>
<td><a href="{% url 'account-view' u.login %}"> {{ u.login }} </a></td>
<td>{{ u.is_superuser }}</td>
<td>{{ u.last_login }}</td>
<td>{{ u.last_password_change }}</td>