2072 - Benefits Studio About Page

This commit is contained in:
Jonathan Bobel
2024-12-20 13:38:01 -05:00
parent 51e4fb3789
commit 168a7b6446
3 changed files with 60 additions and 5 deletions

View File

@@ -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 --- #