Skip to content

Commit

Permalink
Fix: 없는 옵션을 디스플레이 하려던 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jungmir committed Oct 6, 2024
1 parent d6cc378 commit 88a6832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sponsor/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class SponsorAdmin(SummernoteModelAdmin):
"submitted",
"accepted",
"paid_at",
"year",
)
list_filter = ("accepted", "submitted", "paid_at")
ordering = ("-created_at",)
Expand Down

0 comments on commit 88a6832

Please sign in to comment.