From 18b4424faba782e136202ab4d41086e79ace1bd7 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sun, 24 Oct 2021 23:12:27 +0800 Subject: Admin can now modify database from web console --- jimbrella/templates/admin/logs.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 jimbrella/templates/admin/logs.html (limited to 'jimbrella/templates/admin/logs.html') diff --git a/jimbrella/templates/admin/logs.html b/jimbrella/templates/admin/logs.html new file mode 100644 index 0000000..6f0ed71 --- /dev/null +++ b/jimbrella/templates/admin/logs.html @@ -0,0 +1,34 @@ + + + + JI Umbrella + + + + +

JI Umbrella Logs

+
+ {% include "admin/tabs.html" %} +
+ + + + + + + + + + {% for log in logs %} + + + + + + {% endfor %} + +
DateEventNote
{{ log.date_str }}{{ log.description }}{{ log.note }}
+
+
+ + -- cgit v1.2.3