X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/58f020d4fab8251103edb89bfc4cf5d5d389d1ad..01e93f28b2829fd3924a3b6021a201c1b6ed3d72:/forum/models/comment.py diff --git a/forum/models/comment.py b/forum/models/comment.py index b62e7b5..45c5962 100644 --- a/forum/models/comment.py +++ b/forum/models/comment.py @@ -17,7 +17,7 @@ class Comment(Node): @property def comment(self): if settings.FORM_ALLOW_MARKDOWN_IN_COMMENTS: - return self.as_markdown('limitedsyntax') + return self.as_markdown('limitedsyntax') else: return self.body