misc: add a profile view for authenticated users
This commit is contained in:
@ -11,6 +11,7 @@ from .page import (
|
||||
PageDetailView,
|
||||
PageListView,
|
||||
)
|
||||
from .profile import profile
|
||||
from .program import (
|
||||
ProgramDetailView,
|
||||
ProgramListView,
|
||||
@ -38,6 +39,7 @@ __all__ = (
|
||||
"BasePageListView",
|
||||
"PageDetailView",
|
||||
"PageListView",
|
||||
"profile",
|
||||
"ProgramDetailView",
|
||||
"ProgramListView",
|
||||
"ProgramPageDetailView",
|
||||
|
||||
Reference in New Issue
Block a user