добавил просмотр пользователей, обновил алгоритм работы авторизации

This commit is contained in:
2024-01-12 20:33:00 +03:00
parent 7f4bdae4be
commit 09cfcdad0a
9 changed files with 135 additions and 16 deletions

View File

@@ -24,14 +24,6 @@
#canvas-wrapper {
max-width: 1000px;
}
.value-good {
color: var(--text-good);
}
.value-bad {
color: var(--text-bad);
}
</style>
{% endblock %}