diff --git a/templates/portfolios/task_orders/show.html b/templates/portfolios/task_orders/show.html index 2437052a..8c68c7f8 100644 --- a/templates/portfolios/task_orders/show.html +++ b/templates/portfolios/task_orders/show.html @@ -130,7 +130,7 @@ {%- endset %} {{ DocumentLink( title="Task Order Draft", - link_url=url_for('task_orders.download_summary', task_order_id=task_order.id), + link_url=all_sections_complete and url_for('task_orders.download_summary', task_order_id=task_order.id), description=description) }}