Add view to send PDF letter to EDE expert
This commit is contained in:
parent
84440ceb2a
commit
3b43477e17
7 changed files with 168 additions and 7 deletions
|
|
@ -36,7 +36,9 @@ urlpatterns = [
|
|||
|
||||
# Qualification EDE
|
||||
path('student_ede/<int:pk>/send_convocation', views.StudentConvocationExaminationView.as_view(),
|
||||
name='student-ede-convocation'),
|
||||
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('imputations/export/', views.imputations_export, name='imputations_export'),
|
||||
path('print/update_form/', views.print_update_form, name='print_update_form'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue