diff --git a/atst/domain/auth.py b/atst/domain/auth.py
index 999553dc..a60a503a 100644
--- a/atst/domain/auth.py
+++ b/atst/domain/auth.py
@@ -10,6 +10,7 @@ UNPROTECTED_ROUTES = [
"atst.unauthorized",
"atst.helpdocs",
"static",
+ "atst.about",
]
diff --git a/atst/routes/__init__.py b/atst/routes/__init__.py
index d13bdb36..d98fbec9 100644
--- a/atst/routes/__init__.py
+++ b/atst/routes/__init__.py
@@ -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")
diff --git a/templates/jedi.html b/templates/about.html
similarity index 95%
rename from templates/jedi.html
rename to templates/about.html
index 5431d11e..67454666 100644
--- a/templates/jedi.html
+++ b/templates/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.
Anyone with a DoD mission may use JEDI.