Add more translations
This commit is contained in:
		
					parent
					
						
							
								9416586d0b
							
						
					
				
			
			
				commit
				
					
						37a9629408
					
				
			
		
					 11 changed files with 173 additions and 162 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,7 @@ class SignupFormMixin(forms.ModelForm):
 | 
			
		|||
        model = CustomUser
 | 
			
		||||
        fields = ['name', 'email', 'password']
 | 
			
		||||
        widgets = {
 | 
			
		||||
            'name': forms.TextInput(attrs={'placeholder': 'Enter your name or company name'}),
 | 
			
		||||
            'name': forms.TextInput(attrs={'placeholder': _('Enter your name or company name')}),
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    def clean_confirm_password(self):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue