Skip to content

Commit

Permalink
Añade verbose_name y verbose_name_plural al modelo Ally
Browse files Browse the repository at this point in the history
  • Loading branch information
euribates committed Nov 2, 2023
1 parent 32e76da commit 452d50f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/about/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def __str__(self):

class Meta:
ordering = ['name']
verbose_name = 'Aliado'
verbose_name_plural = 'Aliados'


class FAQItem(models.Model):
Expand Down

0 comments on commit 452d50f

Please sign in to comment.