Graham
Mwebvendor You have put it on the wrong bit you have replaced the logged in users avatar
it should be in the {% else %}
{% else %}
<img class="img-responsive" src="/img/user.jpg" /><figcaption class="text-center">{{ comment.nick }}</figcaption>
{% endif %}
Copy code