From a4dd4f04293b6ad6dab5d3dc0a4c52a3290b4394 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 11 Jul 2020 02:32:17 +0100 Subject: Add audit log --- app/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index 90e49a8..534538b 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -92,6 +92,9 @@ + {% if current_user.rank.atLeast(current_user.rank.MODERATOR) %} + + {% endif %} {% if current_user.rank == current_user.rank.ADMIN %} {% endif %} -- cgit v1.2.3