minor changes

This commit is contained in:
abutalib-kiwi
2023-08-22 16:01:08 +05:30
parent 95dad86b12
commit d573d56a35
4 changed files with 10 additions and 3 deletions

View File

@ -11,4 +11,3 @@ class NotificationAdmin(admin.ModelAdmin):
"""Notification Admin"""
list_display = ['id', 'notification_type', 'notification_to', 'data', 'is_read']
list_filter = ['notification_type']