diff --git a/spa/models/activity.py b/spa/models/activity.py index c82e607..0c983d5 100755 --- a/spa/models/activity.py +++ b/spa/models/activity.py @@ -70,6 +70,7 @@ class Activity(BaseModel): notification.type = self.get_object_type() notification.target = self.get_object_slug() notification.target_desc = self.get_object_name() + notification.date = self.date if accept: notification.accepted_date = datetime.now()