Skip to content

Commit

Permalink
fix: all instances of 'Display Name' were overriden to be 'Name'
Browse files Browse the repository at this point in the history
  • Loading branch information
saemideluxe committed Sep 27, 2021
1 parent 5d01cf0 commit d9d0b4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions basxconnect/core/models/persons.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ class Meta:
verbose_name_plural = _("Legal Persons")


LegalPerson._meta.get_field("name").verbose_name = _("Name")


class PersonAssociation(Person):
type = models.ForeignKey(
Term,
Expand Down

0 comments on commit d9d0b4b

Please sign in to comment.