From b49f579ece152a8dc0b648841b177928512a6b91 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 4 Dec 2024 14:29:49 -0800 Subject: [PATCH] updated contact route --- app/main/views/index.py | 2 +- app/templates/views/{about => }/contact.html | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) rename app/templates/views/{about => }/contact.html (85%) diff --git a/app/main/views/index.py b/app/main/views/index.py index 06f07d38c..8abb616db 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -281,7 +281,7 @@ def guidance_index(): @main.route("/contact") def contact(): return render_template( - "views/about/contact.html", + "views/contact.html", ) diff --git a/app/templates/views/about/contact.html b/app/templates/views/contact.html similarity index 85% rename from app/templates/views/about/contact.html rename to app/templates/views/contact.html index 96c3a0895..a2cd4f9c7 100644 --- a/app/templates/views/about/contact.html +++ b/app/templates/views/contact.html @@ -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 %} -

{{page_title}}

Is your organization interested in using Notify.gov? Find more information at Join