mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
Initial shenanigans on storing my overly fancy EC form
This commit is contained in:
@@ -91,6 +91,8 @@ urlpatterns = [
|
||||
name='event_history', kwargs={'model': models.Event}),
|
||||
|
||||
# Event H&S
|
||||
path('event/hs/', permission_required_with_403('RIGS.change_event')(hs.HSList.as_view()), name='hs_list'),
|
||||
|
||||
path('event/<int:pk>/ra/', permission_required_with_403('RIGS.change_event')(hs.EventRiskAssessmentCreate.as_view()),
|
||||
name='event_ra'),
|
||||
path('event/ra/<int:pk>/', permission_required_with_403('RIGS.change_event')(hs.EventRiskAssessmentDetail.as_view()),
|
||||
|
||||
Reference in New Issue
Block a user