Merge branch 'develop' of github.com:ungleich/dynamicweb into develop
This commit is contained in:
commit
8adcb75b8c
20 changed files with 279 additions and 211 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