Skip to content

Commit

Permalink
Group Taxon translations in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
epou committed Oct 6, 2023
1 parent c70921a commit 367cdc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mosquito_alert/taxa/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class TaxonAdmin(TreeAdmin, TranslationAdmin):
# For TreeAdmin
form = movenodeform_factory(Taxon, form=ParentManageableMoveNodeForm)

group_fieldsets = True


@admin.register(SpecieDistribution)
class SpecieDistributionAdmin(SimpleHistoryAdmin):
Expand Down

0 comments on commit 367cdc2

Please sign in to comment.