From 0b81ed024795d8f39a1c8f02cc4516d969ce69a6 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 18 Nov 2024 11:49:39 -0800 Subject: [PATCH] changes to nav --- app/main/views/sub_navigation_dictionaries.py | 12 +++++++++++- app/templates/base.html | 15 ++++++++++++++- app/templates/views/about/about.html | 2 +- app/templates/views/about/why-text-messaging.html | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/app/main/views/sub_navigation_dictionaries.py b/app/main/views/sub_navigation_dictionaries.py index 1f7725228..cc92af303 100644 --- a/app/main/views/sub_navigation_dictionaries.py +++ b/app/main/views/sub_navigation_dictionaries.py @@ -110,12 +110,22 @@ def best_practices_nav(): def about_notify_nav(): return [ { - "name": "About notify", + "name": "About Notify", "link": "main.about_notify", "sub_navigation_items": [ { "name": "Why text messaging", "link": "main.why_text_messaging", + "sub_sub_navigation_items": [ + { + "name": "Reach people using a common method", + "link": "main.why_text_messaging#reach-people-using-a-common-method", + }, + { + "name": "Improve customer experience", + "link": "main.why_text_messaging#improve-customer-experience", + }, + ], }, ], }, diff --git a/app/templates/base.html b/app/templates/base.html index 369e62b81..b2b6639e9 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -66,7 +66,20 @@ diff --git a/app/templates/views/about/about.html b/app/templates/views/about/about.html index 39dfce671..bed63cfa7 100644 --- a/app/templates/views/about/about.html +++ b/app/templates/views/about/about.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% set page_title = "About notify" %} +{% set page_title = "About Notify" %} {% block per_page_title %} {{page_title}} diff --git a/app/templates/views/about/why-text-messaging.html b/app/templates/views/about/why-text-messaging.html index bdb63701d..ff8e4f909 100644 --- a/app/templates/views/about/why-text-messaging.html +++ b/app/templates/views/about/why-text-messaging.html @@ -11,7 +11,7 @@

{{page_title}}

-

Reach people using a common method

+

Reach people using a common method

Confusing or -

Improve customer experience

+

Improve customer experience

Text messages can deliver concise information and drive an audience to take action quickly. Timely reminders sent via text message have been proven to decrease re-enrollment churn and save money for administering agencies.