This commit is contained in:
Mateusz Gruszczyński
2026-03-06 10:06:14 +01:00
parent e8f6c4c609
commit 7b8a81dc3b
28 changed files with 1270 additions and 312 deletions

View File

@@ -4,7 +4,7 @@
<div class="d-flex align-items-center justify-content-between mb-3 flex-wrap gap-2">
<div>
<h1 class="h3 mb-0">Users</h1>
<div class="text-muted">Lista kont w systemie.</div>
<div class="text-muted">Accounts</div>
</div>
<a class="btn btn-outline-secondary" href="{{ url_for('admin.index') }}"><i class="fa-solid fa-arrow-left me-1"></i>Back</a>
</div>
@@ -16,9 +16,9 @@
<tr>
<th>ID</th>
<th>Email</th>
<th>Rola</th>
<th>Role</th>
<th>Status</th>
<th>Utworzono</th>
<th>Created</th>
</tr>
</thead>
<tbody>