From 6d43d742c8e909affa3580d53af4ee54490bfa08 Mon Sep 17 00:00:00 2001 From: Darks Date: Sun, 1 Sep 2019 22:54:53 +0200 Subject: [PATCH] Mieux quand les notifs sont dans l'ordre anti-chronologique --- app/templates/account/notifications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/account/notifications.html b/app/templates/account/notifications.html index 42b19eb..894a414 100644 --- a/app/templates/account/notifications.html +++ b/app/templates/account/notifications.html @@ -13,7 +13,7 @@ Notification Tout supprimer - {% for n in notifications %} + {% for n in notifications|reverse %} {{ n.date.strftime('Le %Y-%m-%d à %H:%M') }}