Add about page and route

This commit is contained in:
Luis Cielak 2018-10-02 11:26:27 -04:00 committed by luisgov
parent fa0a1904c3
commit 164ccd02ed
3 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@ UNPROTECTED_ROUTES = [
"atst.unauthorized", "atst.unauthorized",
"atst.helpdocs", "atst.helpdocs",
"static", "static",
"atst.about",
] ]

View File

@ -121,3 +121,7 @@ def user():
def save_user(): def save_user():
# no op # no op
return redirect(url_for(".home")) return redirect(url_for(".home"))
@bp.route("/about")
def about():
return render_template("about.html")

View File

@ -15,7 +15,7 @@
JEDI Cloud provides commercial Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings to support DoD business and mission operations.<br> JEDI Cloud provides commercial Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings to support DoD business and mission operations.<br>
<b>Anyone with a DoD mission may use JEDI</b>. <b>Anyone with a DoD mission may use JEDI</b>.
</p> </p>
<a class="usa-button" href="login"><span>New JEDI Request</span></a> <a class="usa-button" href="{{ url_for('requests.requests_form_new', screen=1) }}"><span>New JEDI Request</span></a>
<h2>Five Steps to the JEDI Cloud</h2> <h2>Five Steps to the JEDI Cloud</h2>