mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Consistent styling for filter forms
This commit is contained in:
@@ -1008,7 +1008,7 @@ class GiftCardFilterForm(FilterForm):
|
||||
required=False
|
||||
)
|
||||
state = forms.ChoiceField(
|
||||
label=_('Empty'),
|
||||
label=_('Status'),
|
||||
choices=(
|
||||
('', _('All')),
|
||||
('empty', _('Empty')),
|
||||
|
||||
Reference in New Issue
Block a user