mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 15:08:25 -04:00
updated contact route
This commit is contained in:
@@ -281,7 +281,7 @@ def guidance_index():
|
|||||||
@main.route("/contact")
|
@main.route("/contact")
|
||||||
def contact():
|
def contact():
|
||||||
return render_template(
|
return render_template(
|
||||||
"views/about/contact.html",
|
"views/contact.html",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,9 @@
|
|||||||
|
|
||||||
{% set page_title = "Contact" %}
|
{% set page_title = "Contact" %}
|
||||||
|
|
||||||
{% 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>
|
||||||
<p>Is your organization interested in using Notify.gov? Find more information at <a href="/join-notify">Join
|
<p>Is your organization interested in using Notify.gov? Find more information at <a href="/join-notify">Join
|
||||||
Reference in New Issue
Block a user