diff --git a/news/templates/news/post.html b/news/templates/news/post.html index ac18a40..b151e76 100644 --- a/news/templates/news/post.html +++ b/news/templates/news/post.html @@ -19,7 +19,7 @@ {% if post.style == 1 %}
{% endif %} -{% if post.style != 2 %} +{% if post.style != 2 and post.style != 3 %}

{{ post.title }}

{% endif %} {% if post.style == 1 %}