refactor request details rendering logic

This commit is contained in:
dandds
2018-09-18 11:25:33 -04:00
parent 955a735f96
commit 01fca617e7
6 changed files with 49 additions and 14 deletions

View File

@@ -132,7 +132,7 @@
{{ DefinitionReviewField("DoD ID", "primary_poc", "dodid_poc") }}
</dl>
{% if financial_review %}
{% if request.has_financial_data %}
<hr>
<h2>
Financial Verification

View File

@@ -32,7 +32,7 @@
</section>
{% if pending_review %}
{% if request.is_pending_ccpo_action %}
<section class='request-approval__review'>
<form method="POST" action="{{ url_for("requests.submit_approval", request_id=request.id) }}" autocomplete="off">
{{ f.csrf_token }}