Initial work on productions dashboard

This commit is contained in:
2022-12-16 14:06:06 +00:00
parent eb07990f4c
commit e100f5a1d4
5 changed files with 65 additions and 12 deletions

View File

@@ -77,6 +77,10 @@ urlpatterns = [
path('subhire/upcoming', views.SubhireList.as_view(),
name='subhire_list'),
# Dashboards
path('dashboard/productions/', views.ProductionsDashboard.as_view(),
name='productions_dashboard'),
# Event H&S
path('event/hs/', permission_required_with_403('RIGS.view_riskassessment')(views.HSList.as_view()), name='hs_list'),