1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 23:04: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 0bde51b593
commit 7bfb22a9e8
Signed by: steffo
GPG key ID: 6965406171929D01

View file

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