From e99b13347a1d1689eaaf3f6f2deecab0624c2f9f Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Mon, 23 Jul 2018 15:12:22 -0400 Subject: [PATCH] Begin ripping out current financial step out of req process --- atst/app.py | 6 ++++++ templates/financial_verification.html.to | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 templates/financial_verification.html.to diff --git a/atst/app.py b/atst/app.py index 393edbc5..d1d5d5d6 100644 --- a/atst/app.py +++ b/atst/app.py @@ -91,6 +91,12 @@ def make_app(config, deps, **kwargs): {"requests_client": deps["requests_client"]}, name="requests_submit", ), + url( + r"/financial", + Main, + {"page": "financial_verification"}, + name="financial_verification", + ), url(r"/users", Main, {"page": "users"}, name="users"), url(r"/reports", Main, {"page": "reports"}, name="reports"), url(r"/calculator", Main, {"page": "calculator"}, name="calculator"), diff --git a/templates/financial_verification.html.to b/templates/financial_verification.html.to new file mode 100644 index 00000000..f2ee22b0 --- /dev/null +++ b/templates/financial_verification.html.to @@ -0,0 +1,21 @@ +{% extends "base.html.to" %} + +{% block content %} + +
+ +
+ +
+ +
+

Order #36552512

+

Financial Verification

+
+ +
+
+
+ +{% end %} +