diff --git a/website/common/models.py b/website/common/models.py index a4ec578..d9ffb95 100644 --- a/website/common/models.py +++ b/website/common/models.py @@ -75,7 +75,7 @@ class BaseContentMixin(models.Model): @cached_property def content_html(self) -> str: - return get_content_html(self.body_html) + return get_content_html(str(self.body)) @cached_property def plain_text(self) -> str: