Remove requests summary from new req form

This commit is contained in:
Luis Cielak 2018-05-30 11:24:51 -04:00
parent 9d4b618070
commit a05b9346cd
3 changed files with 2 additions and 51 deletions

View File

@ -5,5 +5,4 @@ class Request(BaseHandler):
self.page = page
def get(self):
self.render('requests.html.to', page = self.page)
self.render('requests.html.to', page = self.page)

View File

@ -45,10 +45,6 @@
</tbody>
</table>
<br><br>
<hr>
<a class="href="/requests">&#8249; All requests</a>
</main>

View File

@ -2,51 +2,7 @@
{% block content %}
<main class="usa-section usa-content" id="main-content">
<h1>Requests <a class="usa-button usa-button-secondary">New Request</a></h1>
<table class="usa-table-borderless" width="100%">
<thead>
<tr>
<th scope="col">Order ID</th>
<th scope="col">Request Date</th>
<th scope="col">Requester</th>
<th scope="col">Total Apps</th>
<th scope="col">Status</th>
<th scope="col">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><a href="#">#36552612</a> <span class="usa-label">New</span></th>
<td>5/17/2018</td>
<td>Friedrich Straat</td>
<td>2</td>
<td>Pending</td>
<td><a href="">Download</a></td>
</tr>
<tr>
<th scope="row"><a href="">#87362910</a></th>
<td>10/2/2017</td>
<td>Pietro Quirinis</td>
<td>1</td>
<td>Complete</td>
<td><a href="">Download</a></td>
</tr>
<tr>
<th scope="row"><a href="">#29938172</a></th>
<td>1/7/2017</td>
<td>Marina Borsetti</td>
<td>1</td>
<td>Denied</td>
<td><a href="">Download</a></td>
</tr>
</tbody>
</table>
<br><br>
<hr>
<main class="usa-content" id="main-content">
<a class="href="/requests">&#8249; All requests</a>
<h1>New Request</h1>