diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -27,7 +27,7 @@ {% else %}
{% endif %} - {% if thread.thread.image.exists %} + {% if thread.thread.image %}
{% endif %} - {% if post.image.exists %} + {% if post.image %}