Switch to side-by-side view
--- a/HelloForge/helloforge/templates/lib.html +++ b/HelloForge/helloforge/templates/lib.html @@ -9,7 +9,8 @@ </div> <py:def function="display_comment(comment)"> - <div style="padding-left: 10px; border-left: 1px solid grey"> + <div id="comment-${comment._id}" + style="padding-left: 10px; border-left: 1px solid grey"> Posted by <em>${comment.author().display_name}</em> at ${comment.timestamp} <a py:if="comment.author_id==c.user._id" href="comments/$comment._id/delete">[X]</a> <br/>