Skip to content

Commit

Permalink
updated contact route
Browse files Browse the repository at this point in the history
  • Loading branch information
Beverly Nguyen authored and Beverly Nguyen committed Dec 4, 2024
1 parent 167cd2c commit b49f579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/main/views/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def guidance_index():
@main.route("/contact")
def contact():
return render_template(
"views/about/contact.html",
"views/contact.html",
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

{% set page_title = "Contact" %}

{% block per_page_title %}
{{page_title}}
{% endblock %}
{% block per_page_title %}{{page_title}}{% endblock %}

{% block content_column_content %}
<!-- {% with title=page_title %}{% include "components/best-practices/nav_breadcrumb.html" %}{% endwith %} -->
<section class="usa-prose">
<h1>{{page_title}}</h1>
<p>Is your organization interested in using Notify.gov? Find more information at <a href="/join-notify">Join
Expand Down

0 comments on commit b49f579

Please sign in to comment.