mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-23 07:14:21 +00:00
🔧 Allow filtering in the projects admin page
This commit is contained in:
parent
0bde51b593
commit
7bfb22a9e8
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