Fix more spelling

This commit is contained in:
PCoder 2021-11-22 14:01:02 +05:30
parent d8274f362d
commit ae2927017c
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', 'gymnopsperms', 'fungi', 'algae', 'microbes'),
'arachnids', 'angiosperms', 'gymnosperms', 'fungi', 'algae', 'microbes'),
}),
('Others', {
'classes': ('collapse',),