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') }}