correct permission checked for sigtracker link

addresses #456
This commit is contained in:
Adarnof 2016-06-06 00:02:17 -04:00
parent cc459e0f40
commit 1af4b7e43c

View File

@ -155,7 +155,7 @@
{% endif %}
{% if perms.auth.member or perms.auth.blue_member %}
{% if perms.auth.sigtracker_view %}
{% if perms.auth.signature_view %}
<li>
<a {% ifequal request.path "/sigtracker" %} class="active" {% endifequal %}
href="{% url 'auth_signature_view' %}"><i