Skip to content

Commit 15a6162

Browse files
committed
Update: 입금된 후원사만 볼 수 있도록 필터링 추가
1 parent 91164b4 commit 15a6162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sponsor/admin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ class SponsorAdmin(SummernoteModelAdmin):
2020
"submitted",
2121
"accepted",
2222
"paid_at",
23+
"year",
2324
)
24-
list_filter = ("accepted", "submitted")
25+
list_filter = ("accepted", "submitted", "paid_at")
2526
ordering = ("-created_at",)
2627

2728

0 commit comments

Comments
 (0)