mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 05:38:25 -04:00
moved join-notify out of about
This commit is contained in:
@@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -114,8 +114,4 @@ def about_notify_nav():
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Join Notify",
|
|
||||||
"link": "main.join_notify",
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user