Add about page and route
This commit is contained in:
parent
fa0a1904c3
commit
164ccd02ed
@ -10,6 +10,7 @@ UNPROTECTED_ROUTES = [
|
||||
"atst.unauthorized",
|
||||
"atst.helpdocs",
|
||||
"static",
|
||||
"atst.about",
|
||||
]
|
||||
|
||||
|
||||
|
@ -121,3 +121,7 @@ def user():
|
||||
def save_user():
|
||||
# no op
|
||||
return redirect(url_for(".home"))
|
||||
|
||||
@bp.route("/about")
|
||||
def about():
|
||||
return render_template("about.html")
|
||||
|
@ -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>
|
||||
<b>Anyone with a DoD mission may use JEDI</b>.
|
||||
</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>
|
Loading…
x
Reference in New Issue
Block a user