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

@ -41,4 +41,4 @@ def update_financial_verification(request_id):
@requests_bp.route("/requests/financial_verification_submitted")
def financial_verification_submitted():
pass
return render_template("requests/financial_verification_submitted.html")

View File

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