From 5076b782eecc9e62562619f68c8a3f658c970777 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 5 Jan 2020 04:41:40 -0600 Subject: [PATCH] changed has_roles to has_role for singular role check technically actually less direct when you look at the code, but inefficiency? I care not --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index dc6a8e0..a07830b 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -116,7 +116,7 @@ Color = Bulma Color Type of the Message Box - {% if current_user.has_roles(['Hidden']) %} + {% if current_user.has_role('Hidden') %} Hidden