Make code compatible with Django 3.0

This commit is contained in:
Claude Paroz 2020-01-08 15:27:22 +01:00
parent 9b49fc9111
commit f72f0573c2
8 changed files with 15 additions and 15 deletions

View file

@ -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 dinscription a été envoyée à {person}"
candidate_date_field = 'confirmation_date'
title = "Confirmation de réception de dossier"