mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Try to discourage accidentally setting Item.hidden_if_available
This commit is contained in:
@@ -425,7 +425,7 @@ class ItemUpdateForm(I18nModelForm):
|
||||
'event': self.event.slug,
|
||||
'organizer': self.event.organizer.slug,
|
||||
}),
|
||||
'data-placeholder': _('Quota')
|
||||
'data-placeholder': _('Shown independently of other products')
|
||||
}
|
||||
)
|
||||
self.fields['hidden_if_available'].widget.choices = self.fields['hidden_if_available'].choices
|
||||
|
||||
Reference in New Issue
Block a user