mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 17:02:18 +00:00
Session log form work
This commit is contained in:
@@ -12,4 +12,5 @@ urlpatterns = [
|
||||
path('trainee/<int:pk>/',
|
||||
permission_required_with_403('RIGS.view_profile')(views.TraineeDetail.as_view()),
|
||||
name='trainee_detail'),
|
||||
path('session/', views.SessionLog.as_view(), name='session_log'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user