diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 7e3ca990..c319fc3d 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -67,7 +67,7 @@
{% endif %} - {% if post.body %} + {% if post.body and post.body != "None" %} {{ post.body|safe|add_internal_links|tags_to_url }}
{% endif %}