Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Nov 2, 2023
1 parent 0d2a714 commit f7ba2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex-submodules/rapidsms/lib/rapidsms/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ContactAdmin(admin.ModelAdmin):

class ConnectionAdmin(admin.ModelAdmin):
model = Connection
list_display = ["contact", "backend", "identity"]
list_display = ["identity", "contact", "backend",]
list_filter = ["backend", "contact"]
search_fields = ["identity"]

Expand Down

0 comments on commit f7ba2c8

Please sign in to comment.