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

🔧 Allow filtering in the projects admin page

This commit is contained in:
Steffo 2021-09-01 17:36:32 +02:00
parent ec2555e767
commit e4941b4e54

View file

@ -13,6 +13,11 @@ class ResearchProjectAdmin(SophonAdmin):
"visibility",
)
list_filter = (
"group",
"visibility",
)
ordering = (
"slug",
)