forked from rc/aircox
feat: add error message page; improve admin ui; add missing test files
This commit is contained in:
@ -109,4 +109,9 @@ urls = [
|
||||
views.ProgramPageListView.as_view(),
|
||||
name="program-page-list",
|
||||
),
|
||||
path(
|
||||
"errors/no-station",
|
||||
views.errors.NoStationErrorView.as_view(),
|
||||
name="errors-no-station",
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user