diff --git a/app/main/views/index.py b/app/main/views/index.py index 2cc6537c1..699cab938 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 ebc8ebbcc..d7aa2bf1a 100644 --- a/app/templates/components/footer.html +++ b/app/templates/components/footer.html @@ -32,6 +32,9 @@ +