1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 14:54:22 +00:00

🔧 Allow filtering in the researchgroup admin page

This commit is contained in:
Steffo 2021-09-01 17:36:49 +02:00
parent 7bfb22a9e8
commit 8d74dca42f
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -17,6 +17,10 @@ class ResearchGroupAdmin(SophonAdmin):
"access",
)
list_filter = (
"access",
)
ordering = (
"slug",
)