Merge pull request #2117 from GSA/2102-aboutwhy-text-messaging

About/why text messaging content
This commit is contained in:
Beverly Nguyen
2024-11-21 12:36:50 -08:00
committed by GitHub
10 changed files with 143 additions and 16 deletions

View File

@@ -294,6 +294,7 @@ def benchmark_performance():
)
@main.route("/using-notify/guidance")
@main.route("/guides/using-notify/guidance")
@user_is_logged_in
def guidance_index():
@@ -314,6 +315,14 @@ def about_notify():
)
@main.route("/about/why-text-messaging")
def why_text_messaging():
return render_template(
"views/about/why-text-messaging.html",
navigation_links=about_notify_nav(),
)
@main.route("/using-notify/guidance/create-and-send-messages")
@user_is_logged_in
def create_and_send_messages():