Skip to content

Commit

Permalink
🔧 Allow filtering in the researchgroup admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed Sep 1, 2021
1 parent 7bfb22a commit 8d74dca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/sophon/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class ResearchGroupAdmin(SophonAdmin):
"access",
)

list_filter = (
"access",
)

ordering = (
"slug",
)

0 comments on commit 8d74dca

Please sign in to comment.