Ajout fiche indemnité pour superviseur

This commit is contained in:
Claude Paroz 2023-07-10 12:44:03 +02:00
parent 820f7a3254
commit f6cc953014
4 changed files with 26 additions and 6 deletions

View file

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