mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔧 Allow filtering in the researchgroup admin page
This commit is contained in:
parent
e4941b4e54
commit
9c5b078741
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ class ResearchGroupAdmin(SophonAdmin):
|
|||
"access",
|
||||
)
|
||||
|
||||
list_filter = (
|
||||
"access",
|
||||
)
|
||||
|
||||
ordering = (
|
||||
"slug",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue