updated contact route

This commit is contained in:
Beverly Nguyen
2024-12-04 14:29:49 -08:00
parent 167cd2c3a0
commit b49f579ece
2 changed files with 2 additions and 5 deletions

View File

@@ -281,7 +281,7 @@ def guidance_index():
@main.route("/contact")
def contact():
return render_template(
"views/about/contact.html",
"views/contact.html",
)