We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e76da commit 452d50fCopy full SHA for 452d50f
1 file changed
apps/about/models.py
@@ -16,6 +16,8 @@ def __str__(self):
16
17
class Meta:
18
ordering = ['name']
19
+ verbose_name = 'Aliado'
20
+ verbose_name_plural = 'Aliados'
21
22
23
class FAQItem(models.Model):
0 commit comments