Skip to content

Commit

Permalink
fields fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
padawin committed Apr 7, 2016
1 parent db7f1e1 commit 4e291d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/species.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class model(Model):
fields = ['id_species', 'description', 'name_m', 'name_f']
fields = ['id_species', 'description', 'name']

@staticmethod
def getSpecies():
Expand Down

0 comments on commit 4e291d2

Please sign in to comment.