Fix spelling
This commit is contained in:
parent
8721b5fd65
commit
d8274f362d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class PersonAdmin(admin.ModelAdmin):
|
||||||
('Taxonomic groups', {
|
('Taxonomic groups', {
|
||||||
'classes': ('collapse',),
|
'classes': ('collapse',),
|
||||||
'fields': ('birds', 'mammals', 'reptiles', 'amphibians', 'fish', 'insects', 'molluscs', 'crustaceans',
|
'fields': ('birds', 'mammals', 'reptiles', 'amphibians', 'fish', 'insects', 'molluscs', 'crustaceans',
|
||||||
'arachnids', 'angiosperms', 'gymnpsperms', 'fungi', 'algae', 'microbes'),
|
'arachnids', 'angiosperms', 'gymnopsperms', 'fungi', 'algae', 'microbes'),
|
||||||
}),
|
}),
|
||||||
('Others', {
|
('Others', {
|
||||||
'classes': ('collapse',),
|
'classes': ('collapse',),
|
||||||
|
|
Loading…
Reference in a new issue