pull/542/merge
ibuler 2017-07-20 07:58:16 +08:00
parent b0a5289a42
commit 1c78526f86
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class UserProfileForm(forms.ModelForm):
class UserPasswordForm(forms.Form):
old_password = forms.CharField(
min_length=5, max_length=128, widget=forms.PasswordInput)
max_length=128, widget=forms.PasswordInput)
new_password = forms.CharField(
min_length=5, max_length=128, widget=forms.PasswordInput)
confirm_password = forms.CharField(