Combine two templates into one and make the page look nicer

This commit is contained in:
leigh-mil
2018-11-30 09:30:04 -05:00
parent 8e3aec9fbb
commit 32b61467c4
5 changed files with 26 additions and 10 deletions

View File

@@ -147,9 +147,9 @@ def about():
@bp.route("/csp-environment-access")
def csp_environment_access():
return render_template("csp_environment_access.html")
return render_template("mock_csp.html", text="console for this environment")
@bp.route("/jedi-csp-calculator")
def jedi_csp_calculator():
return render_template("jedi_csp_calculator.html")
return render_template("mock_csp.html", text="service and price calculator")