misc: edit programs in site

This commit is contained in:
2023-11-10 11:27:30 +01:00
parent 811cc97e07
commit 4ead6b154b
8 changed files with 96 additions and 0 deletions

View File

@ -16,6 +16,7 @@ from .program import (
ProgramListView,
ProgramPageDetailView,
ProgramPageListView,
ProgramUpdateView,
)
__all__ = (
@ -41,6 +42,7 @@ __all__ = (
"ProgramListView",
"ProgramPageDetailView",
"ProgramPageListView",
"ProgramUpdateView",
"attached",
)