From a5ef9914b82b36a9ac51ec38848b001e48a11dc4 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Wed, 2 Mar 2016 22:39:16 -0500 Subject: [PATCH] Remove check for corputils permission This permission was removed. Permissions are now enforced in the view. --- stock/templates/registered/corputils.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stock/templates/registered/corputils.html b/stock/templates/registered/corputils.html index 603a470b..5836c0aa 100644 --- a/stock/templates/registered/corputils.html +++ b/stock/templates/registered/corputils.html @@ -9,7 +9,6 @@

Corporation Member Data

- {% if perms.auth.corputils %}
{% if corp %}
@@ -188,12 +187,5 @@
{% endif %}
- {% else %} - {% if IS_CORP %} - - {% else %} - - {% endif %} - {% endif %}
{% endblock content %}