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

🔧 Allow filtering in the researchgroup admin page

This commit is contained in:
Steffo 2021-09-01 17:36:49 +02:00
parent e4941b4e54
commit 9c5b078741

View file

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