Session log form work

This commit is contained in:
2021-07-05 18:24:24 +01:00
parent 458a734331
commit a3729fa930
5 changed files with 45 additions and 9 deletions

View File

@@ -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'),
]