Skip to content

Commit

Permalink
Merge pull request #176 from pythonkr/devdev
Browse files Browse the repository at this point in the history
Fix: 없는 옵션을 디스플레이 하려던 버그 수정
  • Loading branch information
jungmir authored Oct 7, 2024
2 parents 8e85f7c + 88a6832 commit 2d39093
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 2d39093

Please sign in to comment.