Skip to content

Commit

Permalink
fix: reorder fields in edit form
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Dec 13, 2023
1 parent af4c71f commit cc714e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis_ontology/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ class Meta:


class PersonForm(EntityForm):
field_order = ["first_name", "name", "start_date_written", "end_date_written", "gender", "profession", "title",]

class Meta:
model = Person
fields = "__all__"
Expand Down

0 comments on commit cc714e1

Please sign in to comment.