atst/templates/requests/screen-5.html.to

11 lines
200 B
Plaintext

{% extends '../requests.html.to' %}
{% block form %}
<h2>Review &amp; Submit</h2>
<input type='textbox'>
{% end %}
{% block next %}
<b class='usa-button'>Submit to Contracting Officer</b>
{% end %}