diff --git a/users/forms.py b/users/forms.py index d8e28a5..fc9628e 100644 --- a/users/forms.py +++ b/users/forms.py @@ -9,8 +9,6 @@ from .models import User class ProfileForm(forms.ModelForm): - #password = forms.CharField(label=_('Password'), widget=forms.PasswordInput) - def save(self, commit=True): super(ProfileForm, self).save(commit=False) -- libgit2 0.21.2