Правки и улучшения визуала. Добавил функционал отметок.

This commit is contained in:
2025-11-16 23:32:29 +03:00
parent d9cb243388
commit 8994a0e500
30 changed files with 2495 additions and 510 deletions

View File

@@ -1,5 +1,5 @@
# Import all views for easy access
from .base import ActionsPageView, custom_logout
from .base import ActionsPageView, HomeView, custom_logout
from .objitem import (
ObjItemListView,
ObjItemCreateView,
@@ -51,6 +51,7 @@ from .map import (
__all__ = [
# Base
'ActionsPageView',
'HomeView',
'custom_logout',
# ObjItem
'ObjItemListView',