Fix document download links

The links to cloud estimate and market research aren't available yet, so
are just empty links.
This commit is contained in:
Patrick Smith 2019-01-10 13:42:34 -05:00
parent 440329249a
commit b6b5304520

View File

@ -126,15 +126,15 @@
{%- endset %} {%- endset %}
{{ DocumentLink( {{ DocumentLink(
title="Task Order Draft", title="Task Order Draft",
link_url="he", link_url=url_for('task_orders.download_summary', task_order_id=task_order.id),
description=description) }} description=description) }}
<hr /> <hr />
{{ DocumentLink( {{ DocumentLink(
title="Cloud Services Estimate", title="Cloud Services Estimate",
link_url="sa") }} link_url="#") }}
{{ DocumentLink( {{ DocumentLink(
title="Market Research", title="Market Research",
link_url="as") }} link_url="#") }}
{{ DocumentLink( {{ DocumentLink(
title="DD 254", title="DD 254",
link_url="") }} link_url="") }}