Show financial verification page when request is approved

This commit is contained in:
Patrick Smith
2018-07-23 15:34:19 -04:00
committed by Luis Cielak
parent e99b13347a
commit db0db3f327
4 changed files with 47 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
{% extends "../base.html.to" %}
{% block content %}
<div class="col">
<div class="panel">
<div class="panel__content">
<div class="panel__heading">
<h1>Order #36552512</h1>
<h2>Financial Verification</h2>
</div>
</div>
</div>
</div>
{% end %}