From b00f540862d50a6a205cd9067b928cbcfb2d2e87 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Thu, 13 Sep 2018 09:06:03 -0400 Subject: [PATCH] Make action for manual TO input more prominent --- templates/requests/financial_verification.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index c43942ef..eeebc956 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -16,12 +16,12 @@ ) }} {% endif %} - {% if f.is_missing_task_order_number %} + {% if not f.is_missing_task_order_number %} {% set extended_url = url_for('requests.financial_verification', request_id=request_id, extended=True) %} {{ Alert('Task Order not found in EDA', message="We could not find your Task Order in our system of record, EDA. - Please confirm that you have entered it correctly. - Otherwise enter TO information manually. + Please confirm that you have entered it correctly.
+ Enter Task Order information manually "|format(extended_url), level='warning' ) }} @@ -57,8 +57,6 @@

In order to get you access to the JEDI Cloud, we will need you to enter the details below that will help us verify and account for your Task Order.

-
- {% if extended %}
{{ OptionsInput(f.funding_type) }}