Skip to content

Commit

Permalink
Rename variable with silly name
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed May 16, 2024
1 parent 7e7c1cf commit 308ad88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesads/app/admin/ads_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ADSManagerDecreeInline(admin.StackedInline):
extra = 0


class Toto(admin.SimpleListFilter):
class AdministrationTypeFilter(admin.SimpleListFilter):
title = "Type d'administration"
parameter_name = "content_type"

Expand Down Expand Up @@ -110,7 +110,7 @@ def administration(self, obj):
list_filter = (
ADSCount,
ADSManagerRequestCount,
Toto,
AdministrationTypeFilter,
)

ordering = ("commune__libelle",)
Expand Down

0 comments on commit 308ad88

Please sign in to comment.