From fba782fd96db3c28c8ca15fd04f725ae20e19865 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Wed, 19 Jan 2022 00:22:43 -0600 Subject: [PATCH] reverse order all lists of buttons --- app/templates/reports/index.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/reports/index.html.j2 b/app/templates/reports/index.html.j2 index d106645..711fd66 100644 --- a/app/templates/reports/index.html.j2 +++ b/app/templates/reports/index.html.j2 @@ -21,7 +21,7 @@
Currency:
- {% for report in reports %} + {% for report in reports|reverse %} {{report.date}} @@ -30,7 +30,7 @@
U-Score:
- {% for report in reports %} + {% for report in reports|reverse %}
{{report.date}}