[registration] comments

This commit is contained in:
Pierre-antoine Comby 2020-08-19 13:03:36 +02:00
parent 00935a8c02
commit 9c9214b5df
1 changed files with 1 additions and 1 deletions

View File

@ -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