basic task order pdf downloads

This commit is contained in:
dandds
2018-09-05 17:45:12 -04:00
parent e8aa905a99
commit 0391348b5d
6 changed files with 81 additions and 5 deletions

View File

@@ -153,6 +153,14 @@
{{ DefinitionReviewField("<dl><dt>CLIN 2003</dt> - <dd>Unclassified Cloud Support Package <br> OPTION PERIOD 2</dd></dl>", "task_order", "clin_2003", filter="dollars") }}
<!-- {{ DefinitionReviewField("Task Order PDF", "task_order", "attachment") }} -->
<div>
<dt>Task Order PDF</dt>
<dd>
<a href="{{ url_for("requests.task_order_pdf_download", request_id=request_id)}}" download>
Download the Task Order PDF
</a>
</dd>
</div>
{{ DefinitionReviewField("Unique Item Identifier (UII)s related to your application(s) if you already have them", "financial_verification", "uii_ids", filter="renderList") }}

View File

@@ -18,7 +18,7 @@
<p>Ongoing maintainence for Death Star (a moon-sized Imperial military battlestation armed with a planet-destroying superlaser). Its definitely hasn't been sabotaged from the start.</p>
{% with data=data, service_branches=service_branches %}
{% with data=data, request_id=request_id %}
{% include "requests/_review.html" %}
{% endwith %}