Ajout fiche indemnité pour superviseur
This commit is contained in:
parent
820f7a3254
commit
f6cc953014
4 changed files with 26 additions and 6 deletions
|
|
@ -44,6 +44,8 @@ urlpatterns = [
|
|||
|
||||
path('student/<int:pk>/examination/mentor/', views.PrintCompensationForm.as_view(), {'typ': 'mentor'},
|
||||
name='print-mentor-compens-form'),
|
||||
path('student/<int:pk>/examination/supervisor/', views.PrintCompensationForm.as_view(), {'typ': 'supervisor'},
|
||||
name='print-supervisor-compens-form'),
|
||||
path('exam/<int:pk>/indemn/<slug:typ>/', views.PrintCompensationForm.as_view(),
|
||||
name='print-compens-form'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue