Dont show edit/sign buttons if task order is already active
This commit is contained in:
parent
ff9628cff3
commit
9ce17f5758
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user