From 045657059f2c006a53f41d06062b6cf53c0aedfa Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 27 Mar 2020 10:45:30 +0100 Subject: [PATCH] Fixes youtube titles #2 --- news/templates/news/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}