moved join-notify out of about

This commit is contained in:
Beverly Nguyen
2024-12-04 14:22:59 -08:00
parent a6a1aa0453
commit cce4997c63
3 changed files with 4 additions and 10 deletions

View File

@@ -301,10 +301,10 @@ def why_text_messaging():
)
@main.route("/about/join-notify")
@main.route("/join-notify")
def join_notify():
return render_template(
"views/about/join-notify.html",
"views/join-notify.html",
)