From 229f34ca6a3f9bdc28297df40b3d0a9ab83d855d Mon Sep 17 00:00:00 2001 From: Adarnof Date: Thu, 10 Dec 2015 06:50:57 +0000 Subject: [PATCH] Allow blues to view hrapplications link in base.html Addresses #181 --- stock/templates/public/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock/templates/public/base.html b/stock/templates/public/base.html index 279743d0..13374967 100755 --- a/stock/templates/public/base.html +++ b/stock/templates/public/base.html @@ -106,7 +106,7 @@ {% endif %} - {% if not perms.auth.member and not perms.auth.blue_member or perms.auth.human_resources %} + {% if not perms.auth.member or perms.auth.human_resources %}