From f176e86546b4fe8cd131c2952624a3bd5bdaef06 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 3 Jan 2025 15:05:55 -0800 Subject: [PATCH] add side nav --- app/main/views/index.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/main/views/index.py b/app/main/views/index.py index fe147fb72..fa18b0998 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -282,6 +282,8 @@ def guidance_index(): def contact(): return render_template( "views/contact.html", + navigation_links=about_notify_nav(), + ) @@ -313,6 +315,8 @@ def why_text_messaging(): def join_notify(): return render_template( "views/join-notify.html", + navigation_links=about_notify_nav(), + )