Fix spelling

This commit is contained in:
PCoder 2021-11-22 13:59:24 +05:30
parent 8721b5fd65
commit d8274f362d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class PersonAdmin(admin.ModelAdmin):
('Taxonomic groups', {
'classes': ('collapse',),
'fields': ('birds', 'mammals', 'reptiles', 'amphibians', 'fish', 'insects', 'molluscs', 'crustaceans',
'arachnids', 'angiosperms', 'gymnpsperms', 'fungi', 'algae', 'microbes'),
'arachnids', 'angiosperms', 'gymnopsperms', 'fungi', 'algae', 'microbes'),
}),
('Others', {
'classes': ('collapse',),