Merge branch 'main' of https://github.com/GSA/notifications-admin into 2227-acceptable-use-policy

This commit is contained in:
Jonathan Bobel
2025-01-08 12:29:30 -05:00
8 changed files with 13 additions and 10 deletions

View File

@@ -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(),
)

View File

@@ -119,7 +119,7 @@ def about_notify_nav():
"link": "main.join_notify",
},
{
"name": "Contact",
"name": "Contact us",
"link": "main.contact",
},
]