Add AP output to emoji admin
This commit is contained in:
parent
62f2b867b9
commit
5bbcc0f6c3
|
@ -66,7 +66,7 @@ class EmojiAdmin(admin.ModelAdmin):
|
||||||
list_filter = ("local", "public", "state")
|
list_filter = ("local", "public", "state")
|
||||||
search_fields = ("shortcode",)
|
search_fields = ("shortcode",)
|
||||||
|
|
||||||
readonly_fields = ("preview", "created", "updated")
|
readonly_fields = ["preview", "created", "updated", "to_ap_tag"]
|
||||||
|
|
||||||
actions = ["force_execution", "approve_emoji", "reject_emoji"]
|
actions = ["force_execution", "approve_emoji", "reject_emoji"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue