Make code compatible with Django 3.0
This commit is contained in:
parent
9b49fc9111
commit
f72f0573c2
8 changed files with 15 additions and 15 deletions
|
|
@ -30,7 +30,7 @@ class ConfirmationView(CandidateConfirmationView):
|
|||
"""
|
||||
Email confirming the receipt of the registration form
|
||||
"""
|
||||
success_message = "Une confirmation d'inscription a été envoyée à {person}"
|
||||
success_message = "Une confirmation d’inscription a été envoyée à {person}"
|
||||
candidate_date_field = 'confirmation_date'
|
||||
title = "Confirmation de réception de dossier"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue