Fix permission

This commit is contained in:
George Drummond
2019-06-07 11:04:57 -04:00
parent c08f14382f
commit c612862036

View File

@@ -44,7 +44,7 @@
{% include "fragments/primary_point_of_contact.html" %} {% include "fragments/primary_point_of_contact.html" %}
{% endif %} {% endif %}
{% if user_can(permissions.VIEW_PORTFOLIO_POC) %} {% if user_can(permissions.ARCHIVE_PORTFOLIO) %}
{% include "fragments/delete_portfolio.html" %} {% include "fragments/delete_portfolio.html" %}
{% endif %} {% endif %}