From 168a7b6446557d6f5fb37ca84e940a2f7130fd5f Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Fri, 20 Dec 2024 13:38:01 -0500 Subject: [PATCH 1/3] 2072 - Benefits Studio About Page --- app/main/views/index.py | 6 ++++ app/templates/components/footer.html | 17 +++++++---- app/templates/views/studio.html | 42 ++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 app/templates/views/studio.html diff --git a/app/main/views/index.py b/app/main/views/index.py index 2cc6537c1f..699cab9384 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -342,6 +342,12 @@ def send_files_by_email(): navigation_links=using_notify_nav(), ) +@main.route("/studio") +def studio(): + return render_template( + "views/studio.html", + ) + # --- Redirects --- # diff --git a/app/templates/components/footer.html b/app/templates/components/footer.html index ebc8ebbcca..d7aa2bf1a8 100644 --- a/app/templates/components/footer.html +++ b/app/templates/components/footer.html @@ -32,6 +32,9 @@

Support links

+