Fix typo: countries instead of country

This commit is contained in:
PCoder 2021-11-26 19:18:09 +05:30
parent ddbd676f67
commit 23b48bcba0

View file

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