From 89744e650dbfd10ecaf2d051031610f50deded2e Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 4 Jul 2019 04:59:24 -0500 Subject: [PATCH] admin integration for history panel --- app/templates/hidden.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/templates/hidden.html b/app/templates/hidden.html index 9f41694..a32d0a4 100644 --- a/app/templates/hidden.html +++ b/app/templates/hidden.html @@ -77,14 +77,18 @@ -
+
+ {% if current_user.has_roles(['Admin']) %}
- History -
+ History +
+ {% else %} +
+ {% endif %}