diff --git a/app/templates/ui/about.html b/app/templates/ui/about.html index a28b166..60d1e5a 100644 --- a/app/templates/ui/about.html +++ b/app/templates/ui/about.html @@ -41,6 +41,52 @@ + {# ── External resources ──────────────────────────────────────────────── + The features site is a separate property, so it is an absolute URL and + opens in a new tab (rel="noopener" — never let a new tab reach back into + this one via window.opener). + + The enrollment form is served by THIS app, so it is linked with url_for() + rather than the absolute https://jqc.ltservicesinc.com/enrollment. That + keeps the link on whatever host the user is already using (jqc1, or a + future brand domain) instead of bouncing them across hosts, and it cannot + rot if the domain changes. Same page either way. #} +
+ + +