mirror of
				https://gitlab.com/animath/si/plateforme-corres2math.git
				synced 2025-11-04 16:02:31 +01:00 
			
		
		
		
	Create and join teams forms
This commit is contained in:
		@@ -26,10 +26,6 @@ class Registration(PolymorphicModel):
 | 
			
		||||
        verbose_name=_("email confirmed"),
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    def save(self, *args, **kwargs):
 | 
			
		||||
        self.send_email_validation_link()
 | 
			
		||||
        return super().save(*args, **kwargs)
 | 
			
		||||
 | 
			
		||||
    def send_email_validation_link(self):
 | 
			
		||||
        subject = "[Corres2math] " + str(_("Activate your Correspondances account"))
 | 
			
		||||
        token = email_validation_token.make_token(self.user)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user