correct views per request status

This commit is contained in:
dandds
2018-09-13 10:38:30 -04:00
parent edbcfb5f04
commit 636f5b3315
7 changed files with 30 additions and 17 deletions

View File

@@ -139,13 +139,11 @@
Financial Verification
</h2>
{% if pdf_available %}
<div>
<a href="{{ url_for("requests.task_order_pdf_download", request_id=request_id)}}" download>
Download the Task Order PDF
</a>
</div>
{% endif %}
<div>
<a href="{{ url_for("requests.task_order_pdf_download", request_id=request_id)}}" download>
Download the Task Order PDF
</a>
</div>
<dl>
{{ DefinitionReviewField("Task Order Information Source", "task_order", "source", filter="getOptionLabel", filter_args=[task_order_sources]) }}

View File

@@ -5,9 +5,11 @@
{% block content %}
<div class="col">
{% with complete=False %}
{% include 'requests/review_menu.html' %}
{% endwith %}
{% if financial_verification %}
{% with complete=False %}
{% include 'requests/review_menu.html' %}
{% endwith %}
{% endif %}
{% if pending_review %}
{{ Alert('Your request is being reviewed',
@@ -18,7 +20,8 @@
<div class="panel">
<div class="panel__heading">
<h1>View Pending Request</h1>
<h1>Request Details</h1><br/>
<h2>#{{ request_id }} <span class="label label--info">{{ status }}</span></h2>
</div>
<div class="panel__content">