mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
FormFields: remove placeholders duplicating labels (#5135)
This commit is contained in:
@@ -113,7 +113,6 @@ class EventWizardFoundationForm(forms.Form):
|
||||
attrs={
|
||||
'data-model-select2': 'generic',
|
||||
'data-select2-url': reverse('control:organizers.select2') + '?can_create=1',
|
||||
'data-placeholder': _('Organizer')
|
||||
}
|
||||
),
|
||||
empty_label=None,
|
||||
|
||||
Reference in New Issue
Block a user