summaryrefslogtreecommitdiffstats
path: root/users/admin.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-06 00:07:38 -0600
committerAndrew Godwin2022-11-06 00:07:38 -0600
commit8aec395331a1e9ec4ef1ea38aa20b8517131133b (patch)
tree3fde4cecff9f24ac1c9fdc46fae1ac5714c76ac7 /users/admin.py
parenta2404e01cdbeef2ba332e147a5f2f1ca0a0310d7 (diff)
downloadtakahe-8aec395331a1e9ec4ef1ea38aa20b8517131133b.tar.gz
takahe-8aec395331a1e9ec4ef1ea38aa20b8517131133b.tar.bz2
takahe-8aec395331a1e9ec4ef1ea38aa20b8517131133b.zip
Move to the more sensible JSON-LD repr
Diffstat (limited to 'users/admin.py')
-rw-r--r--users/admin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/admin.py b/users/admin.py
index 6ae97b9..e5db9d1 100644
--- a/users/admin.py
+++ b/users/admin.py
@@ -15,4 +15,5 @@ class UserEventAdmin(admin.ModelAdmin):
@admin.register(Identity)
class IdentityAdmin(admin.ModelAdmin):
- pass
+
+ list_display = ["id", "handle", "name", "local"]