diff --git a/app/dashboard/models.py b/app/dashboard/models.py index 2343b25a9e5..6a67c4ea39a 100644 --- a/app/dashboard/models.py +++ b/app/dashboard/models.py @@ -1078,7 +1078,7 @@ class Activity(models.Model): def __str__(self): """Define the string representation of an interested profile.""" return f"{self.profile.handle} type: {self.activity_type}" \ - f"created: {naturalday(self.created_on)}" + f"created: {naturalday(self.created)}" class Profile(SuperModel):