diff --git a/tildes/tildes/templates/bookmarks.jinja2 b/tildes/tildes/templates/bookmarks.jinja2 index e0fb350..fafb361 100644 --- a/tildes/tildes/templates/bookmarks.jinja2 +++ b/tildes/tildes/templates/bookmarks.jinja2 @@ -28,7 +28,7 @@ {% if post is topic %} {{ render_topic_for_listing(post, show_group=True) }} {% elif post is comment %} -

Comment on {{ post.topic.title }} in {{ group_linked(post.topic.group.path) }}

+

Comment on {{ post.topic.title }} in {{ group_linked(post.topic.group.path) }}

{{ render_single_comment(post) }} {% endif %}