mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔧 Allow filtering in the projects admin page
This commit is contained in:
parent
ec2555e767
commit
e4941b4e54
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ class ResearchProjectAdmin(SophonAdmin):
|
||||||
"visibility",
|
"visibility",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
list_filter = (
|
||||||
|
"group",
|
||||||
|
"visibility",
|
||||||
|
)
|
||||||
|
|
||||||
ordering = (
|
ordering = (
|
||||||
"slug",
|
"slug",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue