README.md

This commit is contained in:
2026-09-06 17:32:29 +03:00
parent 216da22bc2
commit 7ae77c0775
16 changed files with 811 additions and 56 deletions
+5
View File
@@ -170,6 +170,7 @@
<tr>
<th>ID</th>
<th>Имя пользователя</th>
<th>Email</th>
<th>Роль</th>
<th>Создан</th>
<th>Последний вход</th>
@@ -182,6 +183,7 @@
<tr>
<td>{{ user.id }}</td>
<td><strong>{{ user.username }}</strong></td>
<td>{{ user.email or '-' }}</td>
<td>
<form action="{{ url_for('admin_change_role', user_id=user.id) }}" method="POST"
class="d-flex">
@@ -227,6 +229,9 @@
</table>
</div>
</div>
</div>
<div class="card mt-4">