Declare specific permissions in test

This commit is contained in:
George Drummond
2019-03-20 13:06:22 -04:00
parent 3464de340d
commit 2d73911081
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
{{ portfolio.owner.phone_number | usPhone }}
</p>
{% if portfolio.owner == current_user %}
{% if user_can(permissions.EDIT_PORTFOLIO_POC) %}
<div class="flex-reverse-row">
<a class="usa-button-primary">
{{ "fragments.ppoc.update_btn" | translate }}