README.md
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user