mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-18 20:29:27 +00:00
Add created/changed datetimes to FlaggedObject
This commit is contained in:
@@ -3,7 +3,7 @@ from moderation.models import FlagType, FlaggedObject
|
||||
|
||||
|
||||
class FlaggedObjectModelAdmin(admin.ModelAdmin):
|
||||
list_display = ['generic_obj', 'user', 'status', 'note']
|
||||
list_display = ['generic_obj', 'user', 'status', 'note', 'created', 'changed']
|
||||
list_filter = ['status']
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user