Fix permission

This commit is contained in:
George Drummond 2019-06-07 11:04:57 -04:00
parent c08f14382f
commit c612862036
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

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