Mieux quand les notifs sont dans l'ordre anti-chronologique

This commit is contained in:
Darks 2019-09-01 22:54:53 +02:00
parent 7971e47522
commit 6d43d742c8
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<th>Notification</th>
<th><a href="{{ url_for('delete_notification', id='all') }}">Tout supprimer</a></th>
</tr>
{% for n in notifications %}
{% for n in notifications|reverse %}
<tr>
<td>{{ n.date.strftime('Le %Y-%m-%d à %H:%M') }}</td>
<td>