Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
hide internal notes in location data for debugging (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugotsoul authored Jun 7, 2021
1 parent b6e3ff6 commit 1a797e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaccinate/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ class LocationAdmin(DynamicListDisplayMixin, CompareVersionAdmin):
"website",
"preferred_contact_method",
"provider",
"internal_notes",
)
},
),
Expand Down Expand Up @@ -494,6 +493,7 @@ class LocationAdmin(DynamicListDisplayMixin, CompareVersionAdmin):
"accepts_appointments",
"accepts_walkins",
"public_notes",
"internal_notes",
),
},
),
Expand Down

0 comments on commit 1a797e4

Please sign in to comment.