Merge branch 'main' into 2298-bug-able-to-keep-pressing-send-and-send-more-and-more-while-processing

This commit is contained in:
Beverly Nguyen
2025-03-14 11:05:32 -07:00
13 changed files with 92 additions and 76 deletions

View File

@@ -258,11 +258,11 @@ def why_text_messaging():
)
@main.route("/join-notify")
def join_notify():
@main.route("/notify-service-ending")
@user_is_logged_in
def notify_service_ending():
return render_template(
"views/join-notify.html",
navigation_links=about_notify_nav(),
"views/notify-service-ending.html",
)

View File

@@ -56,10 +56,6 @@ def about_notify_nav():
},
],
},
{
"name": "Join Notify",
"link": "main.join_notify",
},
{
"name": "Contact us",
"link": "main.contact",