mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	[registration] comments
This commit is contained in:
		@@ -29,7 +29,7 @@ from .tokens import email_validation_token
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
class UserCreateView(CreateView):
 | 
					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
 | 
					    form_class = SignUpForm
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user