diff --git a/app/templates/post/continue_discussion.html b/app/templates/post/continue_discussion.html index 88cd0568..3ec71a92 100644 --- a/app/templates/post/continue_discussion.html +++ b/app/templates/post/continue_discussion.html @@ -40,7 +40,7 @@ {% endif %} {% endif %} - {% if comment['comment'].author.id == post.author.id %}[OP]{% endif %} + {% if comment['comment'].author.id == post.author.id %}[OP] {% endif %} {{ moment(comment['comment'].posted_at).fromNow(refresh=True) }}{% if comment['comment'].edited_at %}, edited {{ moment(comment['comment'].edited_at).fromNow(refresh=True) }} {% endif %} {% if comment['comment'].reports and current_user.is_authenticated and post.community.is_moderator(current_user)%} diff --git a/app/templates/post/post.html b/app/templates/post/post.html index ed0a4a4d..f64f5ef8 100644 --- a/app/templates/post/post.html +++ b/app/templates/post/post.html @@ -101,7 +101,7 @@ {% endif -%} {% endif -%} - {% if comment['comment'].author.id == post.author.id -%}[OP]{% endif -%} + {% if comment['comment'].author.id == post.author.id -%}[OP] {% endif -%} {{ moment(comment['comment'].posted_at).fromNow(refresh=True) }}{% if comment['comment'].edited_at -%}, edited {{ moment(comment['comment'].edited_at).fromNow(refresh=True) }} {% endif -%} {% if comment['comment'].reports and current_user.is_authenticated and post.community.is_moderator(current_user)%}