refactor request details rendering logic
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
{{ DefinitionReviewField("DoD ID", "primary_poc", "dodid_poc") }}
|
||||
</dl>
|
||||
|
||||
{% if financial_review %}
|
||||
{% if request.has_financial_data %}
|
||||
<hr>
|
||||
<h2>
|
||||
Financial Verification
|
||||
|
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user