diff --git a/cao_blogr/templates/home.jinja2 b/cao_blogr/templates/home.jinja2 index 2c83cb8..af9454d 100644 --- a/cao_blogr/templates/home.jinja2 +++ b/cao_blogr/templates/home.jinja2 @@ -110,16 +110,16 @@
| {{ entry.created.strftime("%d.%m.%Y") }} | {{ entry.title }} | {{ entry.author }} | -{{ entry.created.strftime("%d-%m-%Y") }} | {% if entry.status == 'brouillon' %}{{ entry.status }} | {% else %} @@ -135,9 +135,9 @@