Skip to content

Commit

Permalink
update order of filter
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Feb 22, 2024
1 parent 6ac4f10 commit 444e312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/tenders/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ class TenderAdmin(FieldsetsInlineMixin, admin.ModelAdmin):
]

list_filter = [
AmountCustomFilter,
("kind", KindFilter),
AuthorKindFilter,
"status",
("scale_marche_useless", ScaleMarcheUselessFilter),
("source", SourceFilter),
HasAmountFilter,
AmountCustomFilter,
"deadline_date",
"start_working_date",
ResponseKindFilter,
Expand Down

0 comments on commit 444e312

Please sign in to comment.