diff --git a/zds/forum/models.py b/zds/forum/models.py index 68a778fc81..1f6a0660b7 100644 --- a/zds/forum/models.py +++ b/zds/forum/models.py @@ -240,7 +240,7 @@ def meta_description(self): @property def last_update(self): last_visible_post = self.get_last_visible_post() - return last_visible_post.update or last_visible_post.pubdate + return last_visible_post.pubdate @staticmethod def __remove_greetings(post):