Don't allow downloading Task Order documents when TO not complete

This commit is contained in:
Patrick Smith 2019-02-05 08:47:05 -05:00
parent 0b73d4e307
commit ebbb8ee081

View File

@ -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) }}
</div>
<hr />