Ajout formulaire de commentaire élève

This commit is contained in:
Claude Paroz 2019-02-06 17:02:09 +01:00
parent 29d5f6e310
commit 703c217ec2
8 changed files with 133 additions and 5 deletions

View file

@ -32,6 +32,7 @@ urlpatterns = [
path('classes/<int:pk>/import_reports/', views.ImportReportsView.as_view(),
name='import-reports'),
path('classes/print_klass_list/', views.PrintKlassList.as_view(), name='print-klass-list'),
path('student/<int:pk>/comment/', views.StudentCommentView.as_view(), name='student-comment'),
path('candidate/<int:pk>/send_convocation/', candidats_views.ConvocationView.as_view(),
name='candidate-convocation'),