From 0b33c9f6973d98120f35d3cf8c6f13def05dc476 Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Mon, 24 Oct 2022 17:27:24 +0200 Subject: [PATCH] =?UTF-8?q?affcicher=20le=20statut=20priv=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cao_blogr/views/blog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cao_blogr/views/blog.py b/cao_blogr/views/blog.py index c140cf2..9da689a 100644 --- a/cao_blogr/views/blog.py +++ b/cao_blogr/views/blog.py @@ -193,7 +193,7 @@ def topic(request): liste += '%s' % (request.route_url('blog', id=item.id, slug=item.slug), item.title) liste += '%s' % item.author liste += '%s' % item.created.strftime("%d-%m-%Y") - if item.status == 'brouillon': + if item.status != 'publiƩ': liste += '%s' % item.status liste += '' liste += ''