mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
fix placeholder for event deletion password
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user