Add existing requests table to reqs page

This commit is contained in:
Luis Cielak
2018-05-30 10:40:14 -04:00
parent f6fa44b065
commit 5667aedce4
5 changed files with 70 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
{% extends "base.html.to" %}
{% block content %}
<main class="usa-section usa-content" id="main-content">
<h1>New Request</h1>
</main>
{% end %}