Switch to side-by-side view
--- a/HelloForge/helloforge/templates/lib.html +++ b/HelloForge/helloforge/templates/lib.html @@ -6,7 +6,7 @@ <div id="comment-${comment._id}"> <div class="forge_comment_body"> <div class="user_info"> - <img src="/images/error.png" alt="icon" width="50" height="50"/> + <img src="${g.forge_static('images/error.png')}" alt="icon" width="50" height="50"/> <br/> ${comment.author().display_name} </div>