2227 - Adding Acceptable Use Policy page

This commit is contained in:
Jonathan Bobel
2025-01-06 10:40:35 -05:00
parent 41ead43094
commit 9ca9c1d504
4 changed files with 49 additions and 0 deletions

View File

@@ -350,6 +350,13 @@ def studio():
)
@main.route("/acceptable-use-policy")
def acceptable_use_policy():
return render_template(
"views/acceptable-use-policy.html",
)
# --- Redirects --- #