4
4
{% load threadedcommentstags %}
7
7
<script type="text/javascript">
8
8
function show_reply_form(comment_id, url, depth) {
9
9
var comment = $('#' + comment_id);
11
11
var reply_form = $('<div class="comment odd response" style="margin-left: ' + (depth+1) +'cm;">'
15
15
{% if post.user.wlprofile.avatar %}
17
17
+ '<img style="width: 50px; height: 50px;" src="{{ user.wlprofile.avatar.url }}" />'