Make action for manual TO input more prominent

This commit is contained in:
luis cielak 2018-09-13 09:06:03 -04:00 committed by luisgov
parent 09c90b193f
commit b00f540862

View File

@ -16,12 +16,12 @@
) }} ) }}
{% endif %} {% 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) %} {% set extended_url = url_for('requests.financial_verification', request_id=request_id, extended=True) %}
{{ Alert('Task Order not found in EDA', {{ Alert('Task Order not found in EDA',
message="We could not find your Task Order in our system of record, EDA. message="We could not find your Task Order in our system of record, EDA.
Please confirm that you have entered it correctly. Please confirm that you have entered it correctly.<br>
<a href=\"%s\">Otherwise enter TO information manually.</a> <a class=\"usa-button usa-button-secondary\" href=\"%s\">Enter Task Order information manually</a>
"|format(extended_url), "|format(extended_url),
level='warning' level='warning'
) }} ) }}
@ -57,8 +57,6 @@
<p>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.</p> <p>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.</p>
<hr />
{% if extended %} {% if extended %}
<fieldset class="form__sub-fields form__sub-fields--warning"> <fieldset class="form__sub-fields form__sub-fields--warning">
{{ OptionsInput(f.funding_type) }} {{ OptionsInput(f.funding_type) }}