Commit 5179c86e9d046d7ca596b49400f0b140a9cc2dda

Authored by Matheus Lins
1 parent 93a93cd1

removing label password forms user

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
users/forms.py
@@ -9,8 +9,6 @@ from .models import User @@ -9,8 +9,6 @@ from .models import User
9 9
10 class ProfileForm(forms.ModelForm): 10 class ProfileForm(forms.ModelForm):
11 11
12 - #password = forms.CharField(label=_('Password'), widget=forms.PasswordInput)  
13 -  
14 def save(self, commit=True): 12 def save(self, commit=True):
15 super(ProfileForm, self).save(commit=False) 13 super(ProfileForm, self).save(commit=False)
16 14