Skip to content

Commit 88a6832

Browse files
committed
Fix: 없는 옵션을 디스플레이 하려던 버그 수정
1 parent d6cc378 commit 88a6832

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: sponsor/admin.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class SponsorAdmin(SummernoteModelAdmin):
2020
"submitted",
2121
"accepted",
2222
"paid_at",
23-
"year",
2423
)
2524
list_filter = ("accepted", "submitted", "paid_at")
2625
ordering = ("-created_at",)

0 commit comments

Comments
 (0)