diff --git a/app/main/views/index.py b/app/main/views/index.py index fe147fb72..92cbfaf0b 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -350,6 +350,13 @@ def studio(): ) +@main.route("/acceptable-use-policy") +def acceptable_use_policy(): + return render_template( + "views/acceptable-use-policy.html", + ) + + # --- Redirects --- # diff --git a/app/templates/components/footer.html b/app/templates/components/footer.html index d7aa2bf1a..6f77fbfbc 100644 --- a/app/templates/components/footer.html +++ b/app/templates/components/footer.html @@ -54,6 +54,9 @@

Support links

Performance reports +