From b6b5304520a8f436ccfe1012f3e588f3ef2ba072 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 10 Jan 2019 13:42:34 -0500 Subject: [PATCH] Fix document download links The links to cloud estimate and market research aren't available yet, so are just empty links. --- templates/workspaces/task_orders/show.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/workspaces/task_orders/show.html b/templates/workspaces/task_orders/show.html index c1fcab65..0e39321b 100644 --- a/templates/workspaces/task_orders/show.html +++ b/templates/workspaces/task_orders/show.html @@ -126,15 +126,15 @@ {%- endset %} {{ DocumentLink( title="Task Order Draft", - link_url="he", + link_url=url_for('task_orders.download_summary', task_order_id=task_order.id), description=description) }}
{{ DocumentLink( title="Cloud Services Estimate", - link_url="sa") }} + link_url="#") }} {{ DocumentLink( title="Market Research", - link_url="as") }} + link_url="#") }} {{ DocumentLink( title="DD 254", link_url="") }}