From 1af4b7e43c944d2eb7c262d75b9e4f5706efba80 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Mon, 6 Jun 2016 00:02:17 -0400 Subject: [PATCH] correct permission checked for sigtracker link addresses #456 --- 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 3a5e9435..a7a5764f 100755 --- a/stock/templates/public/base.html +++ b/stock/templates/public/base.html @@ -155,7 +155,7 @@ {% endif %} {% if perms.auth.member or perms.auth.blue_member %} - {% if perms.auth.sigtracker_view %} + {% if perms.auth.signature_view %}