diff --git a/app/main/views/index.py b/app/main/views/index.py index 466a2dea5..e05e72e87 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -306,6 +306,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..0de0b5fc9 100644 --- a/app/templates/components/footer.html +++ b/app/templates/components/footer.html @@ -54,6 +54,9 @@ Performance reports +