Skip to content

Commit

Permalink
feat: removed trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-hd committed Nov 8, 2024
1 parent 7b18364 commit 99ef96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localcontexts/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ class CommunityAdmin(admin.ModelAdmin):
form = CommunityModelForm
list_display = (
'community_name', 'community_creator', 'contact_name', 'contact_email', 'is_member',
'created', 'country',
'created', 'country'
)
search_fields = (
'community_name',
Expand Down

0 comments on commit 99ef96a

Please sign in to comment.