Consistent styling for filter forms

This commit is contained in:
Raphael Michel
2021-07-19 13:40:44 +02:00
parent a4a2500725
commit 1ed1cd33e8
15 changed files with 348 additions and 290 deletions

View File

@@ -1008,7 +1008,7 @@ class GiftCardFilterForm(FilterForm):
required=False
)
state = forms.ChoiceField(
label=_('Empty'),
label=_('Status'),
choices=(
('', _('All')),
('empty', _('Empty')),