Skip to content

Commit

Permalink
Fixes autofill, is branched correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DomA-asl committed Jun 29, 2018
1 parent 47ea352 commit 45c1e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/forms/organisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class OrganisationForm(forms.ModelForm):

current_password = forms.CharField(
label='Enter your password',
widget=forms.PasswordInput(attrs={'autocomplete': "off"}))
widget=forms.PasswordInput(attrs={'autocomplete': "new-password", 'placeholder' : "Your Password"}))

class Meta:
model = School
Expand Down

0 comments on commit 45c1e27

Please sign in to comment.