From 5179c86e9d046d7ca596b49400f0b140a9cc2dda Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Tue, 20 Sep 2016 11:59:11 -0300 Subject: [PATCH] removing label password forms user --- users/forms.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) 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