Update app info section

This commit is contained in:
leigh-mil 2019-01-14 14:02:38 -05:00
parent f84328dec4
commit 3010745cf2

View File

@ -5,7 +5,7 @@
{% from "components/icon.html" import Icon %}
{% block heading %}
Review & Download
Review Your Task Order Info
{% endblock %}
{% block form %}
@ -18,24 +18,24 @@
{% endif %}
{% endmacro %}
<section>
<h3>Scope (Statement of Work) {{ TOEditLink() }}</h3>
<p>
{{ task_order.scope or RequiredLabel() }}
</p>
<h3 class="subheading">What are you building {{ TOEditLink(screen=1) }}</h3>
<div class="row">
<div class="col col--grow">
<h3>Period of Performance length {{ TOEditLink(screen=2) }}</h3>
{{ task_order.performance_length or RequiredLabel() }}
<h4>Portfolio</h4>
<p>{{ task_order.portfolio_name or RequiredLabel() }}</p>
</div>
<div class="col col--grow">
<h3>Total funding requested {{ TOEditLink(screen=2) }}</h3>
{{ task_order.budget }}
<h4>DoD Component</h4>
<p>{{ task_order.defense_component or RequiredLabel() }}</p>
</div>
</div>
</section>
<h4>Scope (Statement of Work)</h4>
<p>
{{ task_order.scope or RequiredLabel() }}
</p>
<hr>