Add details of use fields and placeholder sections for the rest of the requests steps

This commit is contained in:
Luis Cielak
2018-05-29 15:37:04 -04:00
parent a675b9c0f0
commit 4f9bda9698
6 changed files with 172 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
{% extends '../requests.html.to' %}
{% block form %}
<h3>What is your favorite color?</h3>
<h2>Review &amp; Submit</h2>
<input type='textbox'>
{% end %}
{% block next %}
<b class='usa-button'>MAKE THE REQUEST</b>
<b class='usa-button'>Submit to Contracting Officer</b>
{% end %}