This commit is contained in:
2026-01-27 00:45:24 +05:00
parent 0fe8f05b73
commit 28b1b18022
2 changed files with 5 additions and 4 deletions

View File

@@ -271,8 +271,9 @@
<h1>Административная панель</h1>
<div class="user-info">
<span id="current-user"></span>
<button onclick="window.location.href = '/'">Назад к задачам</button>
<li class="nav-item"><a class="nav-link" href="/admin/groups">Управление группами</a></li>
<button onclick="window.location.href = '/'">Главная</button>
<button onclick="window.location.href = '/admin/groups'">Управление группами</button>
<button onclick="window.location.href = '/admin/profiles'">profiles</button>
<button onclick="logout()">Выйти</button>
</div>
</div>