mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 16:38:23 +02:00
Add vaccine sheet field, closes #18
This commit is contained in:
@ -23,7 +23,7 @@ from django.views.defaults import bad_request, page_not_found, permission_denied
|
||||
from django.views.generic import TemplateView
|
||||
from participation.views import MotivationLetterView
|
||||
from registration.views import HealthSheetView, ParentalAuthorizationView, PhotoAuthorizationView, \
|
||||
ScholarshipView, SolutionView, SynthesisView
|
||||
ScholarshipView, SolutionView, SynthesisView, VaccineSheetView
|
||||
|
||||
from .views import AdminSearchView
|
||||
|
||||
@ -44,6 +44,8 @@ urlpatterns = [
|
||||
name='photo_authorization'),
|
||||
path('media/authorization/health/<str:filename>/', HealthSheetView.as_view(),
|
||||
name='health_sheet'),
|
||||
path('media/authorization/vaccine/<str:filename>/', VaccineSheetView.as_view(),
|
||||
name='vaccine_sheet'),
|
||||
path('media/authorization/parental/<str:filename>/', ParentalAuthorizationView.as_view(),
|
||||
name='parental_authorization'),
|
||||
path('media/authorization/scholarship/<str:filename>/', ScholarshipView.as_view(),
|
||||
|
Reference in New Issue
Block a user