From 2c6f41f6f27c88fb26f0c54f14156ac9c7466f0f Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 28 Oct 2021 23:37:45 +0800 Subject: Stylize /admin/logs --- 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 6f0ed71..2d3bcb5 100644 --- a/jimbrella/templates/admin/logs.html +++ b/jimbrella/templates/admin/logs.html @@ -20,7 +20,7 @@ {% for log in logs %} - + {{ log.date_str }} {{ log.description }} {{ log.note }} -- cgit v1.2.3