From d5b8dd89095d0d8ed91178f4ee23f610aa7b6917 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 11 Jul 2020 04:11:32 +0100 Subject: [PATCH] Add title text to audit log severity icons --- app/templates/admin/audit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/admin/audit.html b/app/templates/admin/audit.html index 1ac793b..49e2aaf 100644 --- a/app/templates/admin/audit.html +++ b/app/templates/admin/audit.html @@ -17,7 +17,8 @@ Audit Log {% endif %}
-
+
{% if entry.severity == entry.severity.MODERATION %} {% elif entry.severity == entry.severity.EDITOR %} -- 2.44.0