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

@@ -1,4 +1,4 @@
{% extends "../base.html.to" %}
{% extends "base.html" %}
{% block content %}
@@ -15,4 +15,4 @@
</div>
</div>
{% end %}
{% endblock %}