From 89400555ed57160ae94541622633242cda9d6389 Mon Sep 17 00:00:00 2001 From: kitoy Date: Mon, 22 Dec 2025 01:16:17 +0100 Subject: [PATCH] Work on list articles for make it more readable --- templates/list_articles.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/list_articles.html b/templates/list_articles.html index c03b9e2..e5e720e 100644 --- a/templates/list_articles.html +++ b/templates/list_articles.html @@ -16,10 +16,10 @@ Créé le : {{ article.time }}
- {% if article.last_updated == "private" %} + {% if article.last_updated %} Modifié le : {{ article.last_updated }}
{% endif %} - +
{% if article.status == "private" %} Status : privé (L'article n'est pas publié dans le blog général) @@ -34,10 +34,10 @@ (L'article est publié dans le blog général) {% endif %}
+
- {% endfor %}