atst/templates/requests/screen-3.html.to
2018-05-29 13:44:33 -04:00

11 lines
196 B
Plaintext

{% extends '../requests.html.to' %}
{% block form %}
<h3>What is your favorite color?</h3>
<input type='textbox'>
{% end %}
{% block next %}
<b class='usa-button'>MAKE THE REQUEST</b>
{% end %}