From eb18b86ba248a88b1383f463ab594bda16ce7961 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 17 Feb 2020 17:20:01 +0000 Subject: pluralised to people --- ctrack/organisations/models.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ctrack/organisations') diff --git a/ctrack/organisations/models.py b/ctrack/organisations/models.py index e61bcb6..0738405 100644 --- a/ctrack/organisations/models.py +++ b/ctrack/organisations/models.py @@ -34,6 +34,9 @@ class Person(models.Model): def get_organisation_name(self): return self.organisation.name + class Meta: + verbose_name_plural = "People" + class Mode(models.Model): descriptor = models.CharField(max_length=100) -- cgit v1.2.3