Merge pull request #749 from dod-ccpo/disable-ppoc-delete-button

Disable delete button for ppoc
This commit is contained in:
leigh-mil 2019-04-09 11:49:18 -04:00 committed by GitHub
commit 5236c94901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@
{% if subform.user_id.data == user.id %}
<span class='you'>(<span class='green'>you</span>)</span>
{% set archive_button_class = 'usa-button-disabled' %}
{% elif ppoc %}
{% set archive_button_class = 'usa-button-disabled' %}
{% else %}
{% set archive_button_class = 'usa-button-secondary' %}
{% endif %}