Ajout impression

This commit is contained in:
Ambulance Clerc
2023-09-12 17:30:04 +02:00
parent e162afbd24
commit 5834c6aed1
4 changed files with 10 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ app_name = "studenteval"
urlpatterns = [
path('show_pdf/<uuid:pk>/', views.student_eval_detail.as_view(), name='student_eval_detail'),
path('show_pdf_all/<int:Student>/', views.student_eval_list.as_view(), name='student_eval_list'),
path('export_pdf_all/<int:student_id>/', views.export_pdf_all, name='export_pdf_all'),
path('show_pdf_all/<uuid:pk>/', views.student_eval_list.as_view(), name='student_eval_list'),
path('export_pdf_all/<uuid:pk>/', views.export_pdf_all, name='export_pdf_all'),
path('export_pdf/<uuid:pk>/', views.export_pdf, name='export_pdf'),
#path('peremptions', views.view_peremptions, name='view_peremptions'),