diff --git a/templates/edit_article.html b/templates/edit_article.html index c095450..0be3639 100644 --- a/templates/edit_article.html +++ b/templates/edit_article.html @@ -3,7 +3,7 @@ {% block main %} -
+


@@ -19,12 +19,12 @@

Les articles public sont visibles par tout le monde

- {% if oldpost['status'] == 'public' %} + {% if oldpost['status'] == 'public' or oldpost['status'] == "public_unified" %} Brouillon Privé Publique - {% elif oldpost['status'] == 'private' %} + {% elif oldpost['status'] == 'private' or oldpost['status'] == "private_unified" %} Brouillon Privé Publique @@ -36,17 +36,17 @@ {% endif %} -
- -
- +
+ +
+
diff --git a/templates/new_article_blog.html b/templates/new_article_blog.html index 331775b..2710f43 100644 --- a/templates/new_article_blog.html +++ b/templates/new_article_blog.html @@ -35,11 +35,8 @@