diff --git a/templates/post_thread.html b/templates/post_thread.html index 09eaca8d..a25ade9f 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -52,7 +52,7 @@ {% if post.subject|length > 0 %} {# show subject #} - {{ post.subject }} + {{ post.subject }} {% endif %} {% if post.email|length > 0 %} {# start email #} @@ -128,6 +128,7 @@ {% endif %} omitted. Click reply to view. {% endif %} + {% if not index %} {% endif %}