Dont show edit/sign buttons if task order is already active

This commit is contained in:
Patrick Smith 2019-02-13 08:04:51 -05:00
parent ff9628cff3
commit 9ce17f5758

View File

@ -32,7 +32,7 @@
</div>
</div>
<div class="task-order-next-steps__action col">
{% if button_text and button_url %}
{% if not task_order.is_active and button_text and button_url %}
<a
href="{{ button_url }}"
class="usa-button usa-button-primary">