diff --git a/apps/registration/views.py b/apps/registration/views.py index 42d9ffc7..bf68a8ed 100644 --- a/apps/registration/views.py +++ b/apps/registration/views.py @@ -29,7 +29,7 @@ from .tokens import email_validation_token class UserCreateView(CreateView): """ - Une vue pour inscrire un utilisateur et lui créer un profil + A view to create a User and add a Profile """ form_class = SignUpForm