From 545bddf47f168643c9953f1fdf511a3fbf06d892 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Wed, 13 Feb 2019 10:26:28 -0500 Subject: [PATCH] Add missing link to instruction sheet --- templates/portfolios/task_orders/show.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/portfolios/task_orders/show.html b/templates/portfolios/task_orders/show.html index ce0243ff..1acbcf30 100644 --- a/templates/portfolios/task_orders/show.html +++ b/templates/portfolios/task_orders/show.html @@ -185,6 +185,9 @@
+ {{ DocumentLink( + title="Instruction Sheet", + link_url="#") }} {{ DocumentLink( title="Cloud Services Estimate", link_url=task_order.csp_estimate and url_for("task_orders.download_csp_estimate", task_order_id=task_order.id) ) }}