moved join-notify out of about

This commit is contained in:
Beverly Nguyen
2024-12-04 14:22:59 -08:00
parent a6a1aa0453
commit cce4997c63
3 changed files with 4 additions and 10 deletions

View File

@@ -301,10 +301,10 @@ def why_text_messaging():
) )
@main.route("/about/join-notify") @main.route("/join-notify")
def join_notify(): def join_notify():
return render_template( return render_template(
"views/about/join-notify.html", "views/join-notify.html",
) )

View File

@@ -114,8 +114,4 @@ def about_notify_nav():
}, },
], ],
}, },
{
"name": "Join Notify",
"link": "main.join_notify",
},
] ]

View File

@@ -2,12 +2,10 @@
{% set page_title = "Join Notify" %} {% set page_title = "Join Notify" %}
{% block per_page_title %} {% block per_page_title %}{{page_title}}{% endblock %}
{{page_title}}
{% endblock %}
{% block content_column_content %} {% block content_column_content %}
<!-- {% with title=page_title %}{% include "components/best-practices/nav_breadcrumb.html" %}{% endwith %} -->
<section class="usa-prose"> <section class="usa-prose">
<h1>{{page_title}}</h1> <h1>{{page_title}}</h1>
<h2>Who is Notify.gov for?</h2> <h2>Who is Notify.gov for?</h2>