fix placeholder for event deletion password

This commit is contained in:
luto
2018-05-03 11:22:50 +02:00
committed by GitHub
parent 5398564aec
commit c0d68c5740

View File

@@ -1018,7 +1018,7 @@ class EventDeleteForm(forms.Form):
}
user_pw = forms.CharField(
max_length=255,
label=_("New password"),
label=_("Your password"),
widget=forms.PasswordInput()
)
slug = forms.CharField(