diff --git a/app/main/views/index.py b/app/main/views/index.py index 1b28f81dc..7b273b1d2 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -301,10 +301,10 @@ def why_text_messaging(): ) -@main.route("/about/join-notify") +@main.route("/join-notify") def join_notify(): return render_template( - "views/about/join-notify.html", + "views/join-notify.html", ) diff --git a/app/main/views/sub_navigation_dictionaries.py b/app/main/views/sub_navigation_dictionaries.py index ec5f06169..603094cd1 100644 --- a/app/main/views/sub_navigation_dictionaries.py +++ b/app/main/views/sub_navigation_dictionaries.py @@ -114,8 +114,4 @@ def about_notify_nav(): }, ], }, - { - "name": "Join Notify", - "link": "main.join_notify", - }, ] diff --git a/app/templates/views/about/join-notify.html b/app/templates/views/join-notify.html similarity index 98% rename from app/templates/views/about/join-notify.html rename to app/templates/views/join-notify.html index ebef1fb56..2c154bf72 100644 --- a/app/templates/views/about/join-notify.html +++ b/app/templates/views/join-notify.html @@ -2,12 +2,10 @@ {% set page_title = "Join Notify" %} -{% block per_page_title %} -{{page_title}} -{% endblock %} +{% block per_page_title %}{{page_title}}{% endblock %} {% block content_column_content %} - +

{{page_title}}

Who is Notify.gov for?