Fix financial verification form submission

This commit is contained in:
Patrick Smith
2018-08-09 10:11:44 -04:00
parent c9363515be
commit c0f3c0f8a6
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
{% extends "base.html" %}
{% block content %}
<div class="col">
<div class="panel">
<div class="panel__content">
<div class="panel__heading">
<h2 id="financial-verification">Submitted</h2>
</div>
</div>
</div>
</div>
{% endblock %}