Fix typo: countries instead of country

This commit is contained in:
PCoder 2021-11-26 19:18:09 +05:30
parent ddbd676f67
commit 23b48bcba0
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class RangeAdmin(admin.ModelAdmin):
'fields': ('comments',),
})
)
list_display = ['range_name', 'country', 'mother_range']
list_display = ['range_name', 'countries', 'mother_range']
class OrganizationAdmin(admin.ModelAdmin):