mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Person CRUD working
This commit is contained in:
@@ -34,6 +34,6 @@ class Person(models.Model):
|
||||
|
||||
def __unicode__(self):
|
||||
string = self.name
|
||||
if self.comments:
|
||||
if self.comments.count() > 0:
|
||||
string += "*"
|
||||
return string
|
||||
Reference in New Issue
Block a user