Créé le : {{ article.time }}
- Modifié le : {{ article.last_updated }} -
Status : {{ article.status }}
-+ + {% if article.last_updated == "private" %} + Modifié le : {{ article.last_updated }}
+ {% endif %} + + {% if article.status == "private" %} + Status : privé + (L'article n'est pas publié dans le blog général) + {% elif article.status == "private_unified" %} + Status : privé + (L'article est publié dans le blog général) + {% elif article.status == "public" %} + Status : public + (L'article n'est pas publié dans le blog général) + {% elif article.status == "public_unified" %} + Status : public + (L'article est publié dans le blog général) + {% endif %} +
diff --git a/templates/new_article_blog.html b/templates/new_article_blog.html index 7cca29f..331775b 100644 --- a/templates/new_article_blog.html +++ b/templates/new_article_blog.html @@ -32,6 +32,18 @@ Public