Skip to content

Commit

Permalink
add filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ihfazhillah committed Jun 3, 2024
1 parent 27cc9f9 commit 0d15344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksatria_muslim/children_task/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@admin.register(Task)
class TaskAdmin(admin.ModelAdmin):
list_display = ("image_display", "title", "days", "children_display")
filter_vertical = ("days", "children")
list_filter = ("days", "children")

def image_display(self, obj):
if obj.image:
Expand Down

0 comments on commit 0d15344

Please sign in to comment.