Added request placeholders

This commit is contained in:
Brian Duggan
2018-05-29 13:39:29 -04:00
parent 404c9fa497
commit 20fb102e1b
8 changed files with 75 additions and 4 deletions

View File

@@ -4,8 +4,20 @@
<main class="usa-grid usa-section usa-content usa-layout-docs" id="main-content">
jedi requests
<table>
<tr>
<td style='width:30%;'>
{% include 'requests/sidebar.html.to' %}
</td>
<td>
{% block form %}
form goes here
{% end %}
{% block next %}
<a class='usa-button usa-button-secondary' href='{{ reverse_url('request_form',next_screen) }}'>next page</a>
{% end %}
</td>
</table>
</main>
{% end %}