diff --git a/app/main/views/index.py b/app/main/views/index.py index 2cc6537c1..fe147fb72 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -343,6 +343,13 @@ def send_files_by_email(): ) +@main.route("/studio") +def studio(): + return render_template( + "views/studio.html", + ) + + # --- Redirects --- # diff --git a/app/main/views/send.py b/app/main/views/send.py index 2b7a66f96..2b36e5723 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -483,7 +483,7 @@ def send_one_off_step(service_id, template_id, step_index): link_to_upload=( request.endpoint == "main.send_one_off_step" and step_index == 0 ), - errors=form.errors if form.errors else None + errors=form.errors if form.errors else None, ) diff --git a/app/templates/components/footer.html b/app/templates/components/footer.html index ebc8ebbcc..d7aa2bf1a 100644 --- a/app/templates/components/footer.html +++ b/app/templates/components/footer.html @@ -32,6 +32,9 @@
The Benefits Studio is a product accelerator inside the federal government. + We collaborate with benefits programs and the people they serve to build and + scale shared tools that reduce burden within the social safety net. +
++ As a part of GSA’s Technology Transformation Services (TTS), the Studio is uniquely + positioned to work between and across agencies and programs, to make it easier and + cheaper for programs with the same challenges to use the same tools. +
++ We focus on benefits programs first, because we believe solving problems for people + who face the highest challenges when interacting with the government will result in + solutions that serve everyone else well, too. +
++ The Studio’s first product offering is Notify.gov, a text message service that helps government agencies at all levels more effectively communicate with the people they serve. +
+We’re currently exploring two new product spaces:
+If you’re interested in providing feedback on where we should go next, reach us at public-benefits-studio@gsa.gov.
+Read more about the Studio:
+