Правки и улучшения визуала. Добавил функционал отметок.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user