Skip to content

Commit

Permalink
Update: 입금된 후원사만 볼 수 있도록 필터링 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jungmir committed Oct 5, 2024
1 parent 91164b4 commit 15a6162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sponsor/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ class SponsorAdmin(SummernoteModelAdmin):
"submitted",
"accepted",
"paid_at",
"year",
)
list_filter = ("accepted", "submitted")
list_filter = ("accepted", "submitted", "paid_at")
ordering = ("-created_at",)


Expand Down

0 comments on commit 15a6162

Please sign in to comment.