mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 17:12:28 +01:00 
			
		
		
		
	Uncomment required line
This commit is contained in:
		@@ -11,5 +11,5 @@ def save_user_profile(instance, created, raw, **_kwargs):
 | 
			
		||||
 | 
			
		||||
    if created:
 | 
			
		||||
        from .models import Profile
 | 
			
		||||
        #Profile.objects.get_or_create(user=instance)
 | 
			
		||||
        Profile.objects.get_or_create(user=instance)
 | 
			
		||||
    instance.profile.save()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user