Fixed misprint
This commit is contained in:
parent
6461ffda4d
commit
7aab0bea31
|
|
@ -90,7 +90,7 @@ class FiltersTagCategoryViewSet(TagCategoryViewSet):
|
|||
params_type = query_params.get('product_type')
|
||||
|
||||
week_days = tuple(map(_, ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday")))
|
||||
short_week_days = tuple(map(_, ("Mon", "Tur", "Wed", "Thu", "Fri", "Sat", "Sun")))
|
||||
short_week_days = tuple(map(_, ("Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")))
|
||||
flags = ('toque_number', 'wine_region', 'works_noon', 'works_evening', 'works_now', 'works_at_weekday')
|
||||
filter_flags = {flag_name: False for flag_name in flags}
|
||||
additional_flags = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user