We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73a74d commit 1fab908Copy full SHA for 1fab908
1 file changed
apps/baseline/admin.py
@@ -236,6 +236,7 @@ class CommunityAdmin(GISModelAdminReadOnly):
236
"livelihood_zone_alternate_code",
237
"country",
238
"full_name",
239
+ "aliases",
240
)
241
readonly_fields = ("livelihood_zone_alternate_code", "country")
242
search_fields = (
0 commit comments