From 1acfc8d8e88a77dc07fcf051fa699a19788106a9 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sun, 31 Oct 2021 18:09:43 +0800 Subject: Admin logs are displayed in reverse --- jimbrella/templates/admin/logs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jimbrella/templates/admin/logs.html') diff --git a/jimbrella/templates/admin/logs.html b/jimbrella/templates/admin/logs.html index 2d3bcb5..f4f57c0 100644 --- a/jimbrella/templates/admin/logs.html +++ b/jimbrella/templates/admin/logs.html @@ -19,7 +19,7 @@ - {% for log in logs %} + {% for log in logs|reverse %} {{ log.date_str }} {{ log.description }} -- cgit v1.2.3