Skip to content

Commit

Permalink
change to group names
Browse files Browse the repository at this point in the history
  • Loading branch information
CJGutz committed Jan 17, 2024
1 parent 1827f47 commit d25222b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class ApplicationAdmin(BaseApplicationAdmin):
list_display = [
"name",
"email",
"get_application_groups",
"groups",
]

def get_application_groups(self, obj):
def groups(self, obj):
return ", ".join(
[
group.name
Expand Down

0 comments on commit d25222b

Please sign in to comment.