Merge two expert letters
This commit is contained in:
parent
7908ab593b
commit
92b4b1c21b
6 changed files with 63 additions and 90 deletions
|
|
@ -37,8 +37,6 @@ urlpatterns = [
|
|||
# Qualification EDE
|
||||
path('student_ede/<int:pk>/send_convocation', views.StudentConvocationExaminationView.as_view(),
|
||||
name='student-ede-convocation'),
|
||||
path('student_ede/<int:pk>/pdf_to_expert', views.print_pdf_to_expert_ede,
|
||||
name='print-pdf-to-expert-ede'),
|
||||
path('student_ede/<int:pk>/examination/expert', views.print_expert_ede_compensation_form,
|
||||
name='print-expert-compens-ede'),
|
||||
path('student_ede/<int:pk>/examination/mentor', views.print_mentor_ede_compensation_form,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue