Check if form is complete before showing the TO Review page

This commit is contained in:
leigh-mil
2019-03-04 19:36:37 -05:00
parent 12776c7124
commit 4d0e5ebb4f
3 changed files with 26 additions and 7 deletions

View File

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